UNPKG

@spark-ui/hooks

Version:

Common hooks for Spark UI

12 lines (10 loc) 223 B
import { defineConfig } from 'tsup' export default defineConfig(() => { return { entryPoints: ['src/*/index.(ts|tsx)'], format: ['cjs', 'esm'], dts: true, sourcemap: true, external: ['react'], } })