UNPKG

@fruits-chain/react-native-xiaoshu

Version:
16 lines (15 loc) 347 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { checkbox: { flexDirection: "row"; alignItems: "center"; }; label: { color: string; lineHeight: number; minHeight: number; }; label_disabled: { color: string; }; };