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.

12 lines
490 B

import Button from './src/button.vue';
import ButtonGroup from './src/button-group.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElButton: SFCWithInstall<typeof Button> & {
ButtonGroup: typeof ButtonGroup;
};
export declare const ElButtonGroup: SFCWithInstall<typeof ButtonGroup>;
export default ElButton;
export * from './src/button';
export * from './src/constants';
export type { ButtonInstance, ButtonGroupInstance } from './src/instance';