Skip to content

Interface: ModelInput

Defined in: emitters/json/src/index.ts:16

Either a CSS source or an already-parsed model.

Extended by

Properties

configuration?

ts
optional configuration?: CssDocConfiguration;

Defined in: emitters/json/src/index.ts:22

The tag configuration to parse css with.


css?

ts
optional css?: string | string[];

Defined in: emitters/json/src/index.ts:18

CSS source (one string or several concatenated) to parse.


entries?

ts
optional entries?: CssDocEntry[];

Defined in: emitters/json/src/index.ts:20

An already-parsed model (takes precedence over css).

Released under the MIT License