UNPKG

twrnc

Version:
5 lines (4 loc) 209 B
import type { TailwindFn, Platform } from './types'; import type { TwConfig } from './tw-config'; export declare function create(customConfig: TwConfig, platform: Platform): TailwindFn; export default create;