forked from fdzcxy212206413/gsl_grs
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.
15 lines
556 B
15 lines
556 B
import '../../utils/index.mjs';
|
|
import Button from './src/button2.mjs';
|
|
import ButtonGroup from './src/button-group2.mjs';
|
|
export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from './src/button.mjs';
|
|
export { buttonGroupContextKey } from './src/constants.mjs';
|
|
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElButton = withInstall(Button, {
|
|
ButtonGroup
|
|
});
|
|
const ElButtonGroup = withNoopInstall(ButtonGroup);
|
|
|
|
export { ElButton, ElButtonGroup, ElButton as default };
|
|
//# sourceMappingURL=index.mjs.map
|