| | |
| | | const useModel: typeof import('vue')['useModel'] |
| | | const useOmit: typeof import('./src/hooks/help')['useOmit'] |
| | | const useOmitProps: typeof import('./src/hooks/help')['useOmitProps'] |
| | | const usePortraitTable: typeof import('./src/hooks/portraitTable')['usePortraitTable'] |
| | | const usePortraitTableWithAttachment: typeof import('./src/hooks/portraitTable')['usePortraitTableWithAttachment'] |
| | | const useResizeHander: typeof import('./src/hooks/useResizeHander')['useResizeHander'] |
| | | const useRoute: typeof import('vue-router')['useRoute'] |
| | | const useRouteView: typeof import('./src/hooks/useRouteView')['useRouteView'] |
| | |
| | | // @ts-ignore |
| | | export type { GlobalEvent, GlobalEventListener, GlobalEventContext } from './src/hooks/useEvent' |
| | | import('./src/hooks/useEvent') |
| | | // @ts-ignore |
| | | export type { UsePortraitTableColumnsItem, UsePortraitTableOptions } from './src/hooks/portraitTable' |
| | | import('./src/hooks/portraitTable') |
| | | } |
| | | |
| | | // for vue template auto import |
| | |
| | | readonly useModel: UnwrapRef<typeof import('vue')['useModel']> |
| | | readonly useOmit: UnwrapRef<typeof import('./src/hooks/help')['useOmit']> |
| | | readonly useOmitProps: UnwrapRef<typeof import('./src/hooks/help')['useOmitProps']> |
| | | readonly usePortraitTable: UnwrapRef<typeof import('./src/hooks/portraitTable')['usePortraitTable']> |
| | | readonly usePortraitTableWithAttachment: UnwrapRef<typeof import('./src/hooks/portraitTable')['usePortraitTableWithAttachment']> |
| | | readonly useResizeHander: UnwrapRef<typeof import('./src/hooks/useResizeHander')['useResizeHander']> |
| | | readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']> |
| | | readonly useRouteView: UnwrapRef<typeof import('./src/hooks/useRouteView')['useRouteView']> |