UNPKG

@anoki/fse-ui

Version:

FSE UI components library

10 lines (9 loc) 329 B
import * as t from "react"; import r from "./index.es541.js"; import { BaseButton as m } from "./index.es542.js"; const s = t.forwardRef(({ className: o, ...a }, e) => t.createElement(m, { ...a, ref: e, className: r("rt-Button", o) })); s.displayName = "Button"; export { s as Button }; //# sourceMappingURL=index.es374.js.map