chore: update ant-design dependencies and add new icon types
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import Col from './col';
|
||||
import Row from './row';
|
||||
declare function useBreakpoint(): Partial<Record<import("..").Breakpoint, boolean>>;
|
||||
export type { ColProps, ColSize } from './col';
|
||||
export type { RowProps } from './row';
|
||||
export { Col, Row };
|
||||
declare const _default: {
|
||||
useBreakpoint: typeof useBreakpoint;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user