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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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