UNPKG

@still-ui/button

Version:

Highly customizable and accessible Button component.

8 lines (7 loc) 167 B
import { defineConfig } from "tsup"; export default defineConfig({ clean: true, target: "es2020", format: ["cjs", "esm"], banner: { js: '"use client";' }, });