Skip to content

Interface: ModelInput

Defined in: emitters/html/src/index.ts:17

Either a CSS source or an already-parsed model.

Extended by

Properties

configuration?

ts
optional configuration?: CssDocConfiguration;

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


css?

ts
optional css?: string | string[];

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


entries?

ts
optional entries?: CssDocEntry[];

Defined in: emitters/html/src/index.ts:19

Released under the MIT License