UNPKG

@wordpress/components

Version:
5 lines 346 B
/// <reference types="react" /> import type { FocalPointPickerGridProps } from './types'; import type { WordPressComponentProps } from '../ui/context/wordpress-component'; export default function FocalPointPickerGrid({ bounds, ...props }: WordPressComponentProps<FocalPointPickerGridProps, 'div'>): JSX.Element; //# sourceMappingURL=grid.d.ts.map