@gechiui/components
Version:
UI components for GeChiUI.
8 lines • 437 B
TypeScript
/// <reference types="react" />
/**
* Internal dependencies
*/
import type { GeChiUIComponentProps } from '../ui/context';
import type { UnitSelectControlProps } from './types';
export default function UnitSelectControl({ className, isUnitSelectTabbable: isTabbable, onChange, size, unit, units, ...props }: GeChiUIComponentProps<UnitSelectControlProps, 'select', false>): JSX.Element;
//# sourceMappingURL=unit-select-control.d.ts.map