UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 249 B
import type { ScreenMap } from '../../_util/responsiveObserver'; import type { RowProps } from '../row'; type Gap = number | undefined; export default function useGutter(gutter: RowProps['gutter'], screens: ScreenMap | null): [Gap, Gap]; export {};