UNPKG

@fruits-chain/react-native-xiaoshu

Version:
5 lines (4 loc) • 188 B
import type { TokensType } from './interface'; declare type Creator<T> = (v: TokensType) => T; export declare const createVar: <T>(token: TokensType, creator: Creator<T>) => T; export {};