UNPKG

@wordpress/components

Version:
5 lines 306 B
/// <reference types="react" /> import type { FocalPointProps } from './types'; import type { WordPressComponentProps } from '../ui/context'; export default function FocalPoint({ left, top, ...props }: WordPressComponentProps<FocalPointProps, 'div'>): JSX.Element; //# sourceMappingURL=focal-point.d.ts.map