fix: bundle theme-default\config.d.ts properly

pull/484/head
Divyansh Singh 4 years ago
parent 51978a3ff5
commit b090420dd7

@ -29,3 +29,6 @@ import { ComponentOptions } from 'vue'
import _Debug from './app/components/Debug.vue' import _Debug from './app/components/Debug.vue'
const Debug = _Debug as ComponentOptions const Debug = _Debug as ComponentOptions
export { Debug } export { Debug }
// re-export DefaultTheme namespace
export * from './theme-default/config'

1
types/index.d.ts vendored

@ -1,4 +1,3 @@
export * from './shared' export * from './shared'
export * from '../dist/node/index' export * from '../dist/node/index'
export * from '../dist/client/index' export * from '../dist/client/index'
export * from '../dist/client/theme-default/config'

Loading…
Cancel
Save