refactor(cli): export RegistryComponent type

This commit is contained in:
p-sw 2024-06-15 02:15:33 +09:00
parent f6d2e2335d
commit 0be21e2a8d

View File

@ -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