tdesign-react
Version:
TDesign Component for React
11 lines (10 loc) • 617 B
TypeScript
import './style/index.js';
export type { RadioProps } from './Radio';
export type { RadioGroupProps } from './RadioGroup';
export * from './type';
export declare const Radio: import("react").FunctionComponent<import("./Radio").RadioProps & import("react").RefAttributes<HTMLLabelElement>> & {
Group: import("react").FC<import("./RadioGroup").RadioGroupProps>;
Button: import("react").ForwardRefExoticComponent<import("./Radio").RadioProps & import("react").RefAttributes<HTMLLabelElement>>;
};
export declare const RadioGroup: import("react").FC<import("./RadioGroup").RadioGroupProps>;
export default Radio;