Files
video-gen/video-gen-admin/node_modules/antd/es/splitter/index.d.ts
T
2026-05-25 17:08:18 +08:00

9 lines
409 B
TypeScript

import Panel from './Panel';
import SplitterComp from './Splitter';
export type { DraggerSemantic, DraggerSemanticClassNames, DraggerSemanticStyles, SplitterProps, SplitterSemanticClassNames, SplitterSemanticName, SplitterSemanticStyles, } from './interface';
type CompoundedComponent = typeof SplitterComp & {
Panel: typeof Panel;
};
declare const Splitter: CompoundedComponent;
export default Splitter;