@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
13 lines • 400 B
TypeScript
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