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.

13 lines
524 B

1 month ago
  1. import Button from './src/button.mjs';
  2. import ButtonGroup from './src/button-group2.mjs';
  3. export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from './src/button2.mjs';
  4. export { buttonGroupContextKey } from './src/constants.mjs';
  5. import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
  6. const ElButton = withInstall(Button, {
  7. ButtonGroup
  8. });
  9. const ElButtonGroup = withNoopInstall(ButtonGroup);
  10. export { ElButton, ElButtonGroup, ElButton as default };
  11. //# sourceMappingURL=index.mjs.map