UNPKG

shineout

Version:

Shein 前端组件库

6 lines (5 loc) 300 B
import { v4 as getUUid } from 'uuid'; import { KeygenType } from '../@types/common'; export declare function getUidStr(...args: Parameters<typeof getUUid>): string; export declare function getKey<T>(...args: [T, KeygenType<T> | undefined, number?]): string | number; export declare const defer: any;