fix(types): export ComponentOptionsMixin (#1361)

The newly introduced `ComponentOptionsMixin` was not re-exported.
This commit is contained in:
Cédric Exbrayat
2020-06-15 17:13:00 +02:00
committed by GitHub
parent 250eb4a5bc
commit 68e2d6c68a

View File

@@ -159,6 +159,7 @@ export {
} from './component'
export {
ComponentOptions,
ComponentOptionsMixin,
ComponentOptionsWithoutProps,
ComponentOptionsWithObjectProps,
ComponentOptionsWithArrayProps,