UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 309 B
import type { TokensType } from '../theme/interface'; import type { ComponentVars } from './style'; export declare const styleCreator: (cv: ComponentVars, TOKENS: TokensType) => { text: { justifyContent: "center"; }; text_text: { fontSize: number; color: string; }; };