Skip to content

Interface: ModelInput

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

Either a CSS source or an already-parsed model.

Extended by

Properties

configuration?

ts
optional configuration?: CssDocConfiguration;

Defined in: emitters/llms/src/index.ts:21


css?

ts
optional css?: string | string[];

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


entries?

ts
optional entries?: CssDocEntry[];

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

Released under the MIT License