refactor(cli): export RegistryComponent type
This commit is contained in:
parent
f6d2e2335d
commit
0be21e2a8d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user