mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 14:35:09 +00:00
15 lines
256 B
TypeScript
15 lines
256 B
TypeScript
import { type Registry } from "shadcn/schema"
|
|
|
|
export const hooks: Registry["items"] = [
|
|
{
|
|
name: "use-mobile",
|
|
type: "registry:hook",
|
|
files: [
|
|
{
|
|
path: "hooks/use-mobile.ts",
|
|
type: "registry:hook",
|
|
},
|
|
],
|
|
},
|
|
]
|