first commit
This commit is contained in:
8
frontend/node_modules/antd/lib/splitter/index.d.ts
generated
vendored
Normal file
8
frontend/node_modules/antd/lib/splitter/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import Panel from './Panel';
|
||||
import SplitterComp from './Splitter';
|
||||
export type { SplitterProps } from './interface';
|
||||
type CompoundedComponent = typeof SplitterComp & {
|
||||
Panel: typeof Panel;
|
||||
};
|
||||
declare const Splitter: CompoundedComponent;
|
||||
export default Splitter;
|
||||
Reference in New Issue
Block a user