chore: update ant-design dependencies and add new icon types
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
/** Is client side and not jsdom */
|
||||
export declare const isBrowserClient: boolean;
|
||||
/** Get unique id for accessibility usage */
|
||||
export declare function getUUID(): number | string;
|
||||
export default function useId(id?: string): string;
|
||||
Reference in New Issue
Block a user