chore: update ant-design dependencies and add new icon types
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { ScreenMap } from '../../_util/responsiveObserver';
|
||||
import type { RowProps } from '../row';
|
||||
type Gap = number | string | undefined;
|
||||
export default function useGutter(gutter: RowProps['gutter'], screens: ScreenMap | null): [Gap, Gap];
|
||||
export {};
|
||||
Reference in New Issue
Block a user