UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

14 lines (13 loc) 594 B
import type { ComponentPropsWithRef } from 'react'; import type { RadioStateReturn } from 'reakit/Radio'; export declare const Radio: import("@vtex/admin-ui-react").AdminUIJsxComponent<import("reakit-system/ts/createComponent").Component<"input", import("reakit/ts/Radio").RadioOptions>, RadioOptions, { size: { regular: any; small: any; }; }>; export interface RadioOptions { state: RadioStateReturn; } export declare type RadioProps = ComponentPropsWithRef<typeof Radio> & RadioOptions; export { useRadioState, RadioStateReturn } from 'reakit/Radio';