You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
570 B
TypeScript
10 lines
570 B
TypeScript
export { default as Dialog } from './Dialog.vue';
|
|
export { default as DialogClose } from './DialogClose.vue';
|
|
export { default as DialogContent } from './DialogContent.vue';
|
|
export { default as DialogDescription } from './DialogDescription.vue';
|
|
export { default as DialogFooter } from './DialogFooter.vue';
|
|
export { default as DialogHeader } from './DialogHeader.vue';
|
|
export { default as DialogScrollContent } from './DialogScrollContent.vue';
|
|
export { default as DialogTitle } from './DialogTitle.vue';
|
|
export { default as DialogTrigger } from './DialogTrigger.vue';
|