UNPKG

@johnmusans/arcadia-ui-registry-definition

Version:

Registry definitions and types for Arcadia UI component registry

16 lines (14 loc) 308 B
import type { Registry } from "shadcn/registry"; export const hooks: Registry["items"] = [ { name: "use-is-mobile", type: "registry:hook", files: [ { type: "registry:hook", path: "hooks/use-is-mobile.ts", target: "hooks/use-is-mobile.ts", }, ], }, ];