UNPKG

@universal-labs/twind-adapter

Version:

Tailwindcss Inline StyleSheet generator for react native

5 lines (4 loc) 302 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>;