Packages

@twind/preset-tailwind.baseTheme › BaseTheme

@twind/preset-tailwind.baseTheme.BaseTheme

Ƭ BaseTheme: { [Section in StableSections]: Section extends "fontSize" ? Object : TailwindTheme[Section] } & { [Section in Exclude<keyof TailwindTheme, StableSections | OmitedSections>]: ThemeSection<TailwindTheme[Section], TailwindTheme> } & { [Section in OmitedSections]?: ThemeSection<TailwindTheme[Section], TailwindTheme> }

Defined in

packages/preset-tailwind/src/baseTheme.ts:35