0264291b597a010165526391bb093288e2716321acf4644d0b881b8051d6e8b98bffafeefbe1844fc3f3dbf340c49c425daf0311d34b92ac9b19a8771017b9 633 B

123456789101112131415
  1. import Radio from './src/radio.vue';
  2. import RadioButton from './src/radio-button.vue';
  3. import RadioGroup from './src/radio-group.vue';
  4. import type { SFCWithInstall } from 'element-plus/es/utils';
  5. export declare const ElRadio: SFCWithInstall<typeof Radio> & {
  6. RadioButton: typeof RadioButton;
  7. RadioGroup: typeof RadioGroup;
  8. };
  9. export default ElRadio;
  10. export declare const ElRadioGroup: SFCWithInstall<typeof RadioGroup>;
  11. export declare const ElRadioButton: SFCWithInstall<typeof RadioButton>;
  12. export * from './src/radio';
  13. export * from './src/radio-group';
  14. export * from './src/radio-button';
  15. export * from './src/constants';