From 0be21e2a8d5cb62390d9f00e083922659646035b Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 15 Jun 2024 02:15:33 +0900 Subject: [PATCH] refactor(cli): export RegistryComponent type --- packages/cli/src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/const.ts b/packages/cli/src/const.ts index 95911d4..5a66999 100644 --- a/packages/cli/src/const.ts +++ b/packages/cli/src/const.ts @@ -3,7 +3,7 @@ import {z} from 'zod' export const REGISTRY_URL = (branch: string) => `https://raw.githubusercontent.com/pswui/ui/${branch}/registry.json` export const CONFIG_DEFAULT_PATH = 'pswui.config.js' -type RegistryComponent = +export type RegistryComponent = | { type: 'file' name: string