UNPKG

@fruits-chain/react-native-xiaoshu

Version:
5 lines (4 loc) 194 B
import type { ThemeVarType } from './interface'; declare type Creator<T> = (v: ThemeVarType) => T; export declare const widthStyle: <T>(vars: ThemeVarType, creator: Creator<T>) => T; export {};