ether-admin/node_modules/ant-design-vue/es/_util/cssinjs/util.d.ts

9 lines
329 B
TypeScript

export declare function flattenToken(token: any): string;
/**
* Convert derivative token to key string
*/
export declare function token2key(token: any, salt: string): string;
export declare function supportLayer(): boolean;
export declare function supportWhere(): boolean;
export declare function supportLogicProps(): boolean;