chore: update ant-design dependencies and add new icon types
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
export interface LayoutContextProps {
|
||||
siderHook: {
|
||||
addSider: (id: string) => void;
|
||||
removeSider: (id: string) => void;
|
||||
};
|
||||
}
|
||||
export declare const LayoutContext: React.Context<LayoutContextProps>;
|
||||
Reference in New Issue
Block a user