4 lines
172 B
TypeScript
4 lines
172 B
TypeScript
import * as React from 'react';
|
|
import type { IChoiceGroupProps } from './ChoiceGroup.types';
|
|
export declare const ChoiceGroup: React.FunctionComponent<IChoiceGroupProps>;
|