Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit c975b4d

Browse files
Michael.KryvoruchkoMichael.Kryvoruchko
authored andcommitted
fix: return exporting IDialog interface
1 parent df997f7 commit c975b4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/dialog/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import './scss/main.scss'
44
export { default as GDialog } from './components/GDialog.vue'
55

66
// using plugin
7+
export type {
8+
IDialog,
9+
} from './types/Plugin'
10+
711
export { default as GDialogRoot } from './components/GDialogRoot.vue'
812

913
export {

0 commit comments

Comments
 (0)