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.
|
|
import Button from './src/button.mjs';import ButtonGroup from './src/button-group2.mjs';export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from './src/button2.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
|