UNPKG

@wordpress/components

Version:
4 lines 276 B
/// <reference types="react" /> import type { BoxUnitControlProps } from './types'; export default function BoxUnitControl({ isFirst, isLast, isOnly, onHoverOn, onHoverOff, label, value, ...props }: BoxUnitControlProps): JSX.Element; //# sourceMappingURL=unit-control.d.ts.map