library-template/dist/components/button/index.js

3 lines
246 B
JavaScript
Raw Normal View History

2024-01-21 16:30:07 -06:00
import{cn as t}from"../../lib/utils.js";import e from"react";var r=function(r){var i=r.title,l=r.onClick;return e.createElement("div",{className:t("bg-blue-500","text-white"),onClick:l},i)};export{r as default};
2024-01-21 14:13:07 -06:00
//# sourceMappingURL=index.js.map