UNPKG

@universal-labs/twind-native

Version:

Tailwindcss Inline StyleSheet generator for react native

5 lines 337 B
import type { BaseTheme, Preset, TwindUserConfig } from '@twind/core'; import type { TailwindTheme } from '@twind/preset-tailwind'; export type CustomConfig = TwindUserConfig<BaseTheme, (Preset<TailwindTheme> | Preset<BaseTheme>)[]>; export type TwindRules = Exclude<CustomConfig['rules'], undefined>; //# sourceMappingURL=types.d.ts.map