UNPKG

@fruits-chain/react-native-xiaoshu

Version:
14 lines (13 loc) 340 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { notify: { alignItems: "center"; justifyContent: "center"; paddingHorizontal: number; paddingVertical: number; }; text: { fontSize: number; lineHeight: number; }; };