's'
This commit is contained in:
12
registry/registry-styles.ts
Normal file
12
registry/registry-styles.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const styles = [
|
||||
{
|
||||
name: "new-york",
|
||||
label: "New York",
|
||||
},
|
||||
{
|
||||
name: "default",
|
||||
label: "Default",
|
||||
},
|
||||
] as const
|
||||
|
||||
export type Style = (typeof styles)[number]
|
||||
Reference in New Issue
Block a user