UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

9 lines (8 loc) 329 B
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;