UNPKG

@fruits-chain/react-native-xiaoshu

Version:
24 lines (23 loc) • 494 B
import type { ComponentVars } from './style'; export declare const styleCreator: (cv: ComponentVars) => { column: { flex: number; position: "relative"; }; touch: { position: "absolute"; left: number; right: number; top: number; bottom: number; zIndex: number; }; text: { textAlign: "center"; fontSize: number; color: string; }; text_disabled: { color: string; }; };