@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 333 B
TypeScript
import type { SFCWithInstall } from '../_util/interface';
import RadioButton from './radio-button';
type RadioButtonType = SFCWithInstall<typeof RadioButton>;
export { radioButtonProps } from './props';
export type { RadioButtonProps } from './props';
export declare const FRadioButton: RadioButtonType;
export default FRadioButton;