chore: update ant-design dependencies and add new icon types
This commit is contained in:
+8
@@ -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