UNPKG

shadcn

Version:

Add components to your apps.

7 lines (4 loc) 150 B
import { configSchema } from './schema/index.js'; import { z } from 'zod'; type Config = z.infer<typeof configSchema>; export type { Config as C };