UNPKG

@fruits-chain/react-native-xiaoshu

Version:
13 lines • 400 B
import type { TokensType } from '../theme/interface'; export declare const varCreator: () => {}; export type SelectorTheme = ReturnType<typeof varCreator>; export declare const styleCreator: (cv: SelectorTheme, TOKENS: TokensType) => { text: { justifyContent: "center"; }; text_text: { fontSize: number; color: string; }; }; //# sourceMappingURL=style.d.ts.map