UNPKG

shineout

Version:

Shein 前端组件库

11 lines (10 loc) 275 B
import cssInject from './vars-inject'; declare type ObjectProps = { [x: string]: any; }; declare type Accessors = { [U in keyof typeof cssInject]: ObjectProps; }; export declare function cleanCache(): void; declare const _default: Accessors; export default _default;