You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
490 B

1 month ago
  1. import Button from './src/button.vue';
  2. import ButtonGroup from './src/button-group.vue';
  3. import type { SFCWithInstall } from 'element-plus/es/utils';
  4. export declare const ElButton: SFCWithInstall<typeof Button> & {
  5. ButtonGroup: typeof ButtonGroup;
  6. };
  7. export declare const ElButtonGroup: SFCWithInstall<typeof ButtonGroup>;
  8. export default ElButton;
  9. export * from './src/button';
  10. export * from './src/constants';
  11. export type { ButtonInstance, ButtonGroupInstance } from './src/instance';