4 lines
220 B
TypeScript
4 lines
220 B
TypeScript
// Re-export all components here as they're added
|
|
export { default as NychLoadingIcon } from './NychLoadingIcon.vue'
|
|
export { Button, buttonVariants } from './ui/button'
|
|
export type { ButtonVariants } from './ui/button'
|