first commit
This commit is contained in:
8
frontend/node_modules/antd/es/layout/context.d.ts
generated
vendored
Normal file
8
frontend/node_modules/antd/es/layout/context.d.ts
generated
vendored
Normal file
@@ -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