UNPKG

@oruga-ui/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

16 lines (15 loc) 332 B
/*! Oruga v0.11.4 | MIT License | github.com/oruga-ui/oruga */ import { createVNode } from "vue"; const PlainButton = (props, { slots, attrs }) => createVNode( "button", { type: "button", ...props, ...attrs }, slots.default?.() ); export { PlainButton as P }; //# sourceMappingURL=PlainButton-CmWhB9Nw.mjs.map