UNPKG

@ccs-design/rc-pro

Version:

ccs design basic react component

7 lines (6 loc) 411 B
export declare function isFunction(obj: any): obj is Function; export declare function getStroage(key: string): Promise<unknown>; export declare function setStroage(key: string, value: any): Promise<any>; export declare function removeStroage(key: string): Promise<void>; export declare function showLogWarning(message: string): void; export declare function showWarning(valid: boolean, message: string): void;