{ "$schema": "https://shadcn-vue.com/schema/registry-item.json", "name": "simple-input", "type": "registry:ui", "title": "SimpleInput", "description": "Index file for input components", "files": [ { "path": "registry/new-york/components/simple-input/index.ts", "content": "/**\n * Index file for input components\n * @author John Smith \n * @type registry:ui\n * @category inputs\n *\n * @demo SimpleInputDemo\n * @demo SimpleInputDemoBis\n */\nexport { default as SimpleInput } from './SimpleInput.vue';\nexport { default as SimpleInputSetup } from './SimpleInputSetup.vue';\n", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/my-input.d.ts", "content": "/**\n * Type declarations for my-input component\n * @category registry:ui\n */\n\ndeclare module 'my-input' {\n // Exported types\n export const SimpleInput: any;\n // Exported setup types\n export const SimpleInputSetup: any;\n}\n", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/something.ts", "content": "/**\n * A something file\n * @type registry:ui\n */\nexport const a = 42;\n", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/SimpleInput.vue", "content": "\n\n\n\n\n", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/SimpleInputSetup.vue", "content": "\n\n\n\n\n", "type": "registry:ui" } ] }