UNPKG

172 BTypeScriptView Raw
1import * as React from 'react';
2import type { IChoiceGroupProps } from './ChoiceGroup.types';
3export declare const ChoiceGroup: React.FunctionComponent<IChoiceGroupProps>;