chore: LegacyOptions doesn't need to be exported (#1134)

This commit is contained in:
susiwen8 2020-05-06 23:07:11 +08:00 committed by GitHub
parent d66211849c
commit df4150dc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ type ComponentInjectOptions =
string | symbol | { from: string | symbol; default?: unknown }
>
export interface LegacyOptions<
interface LegacyOptions<
Props,
D,
C extends ComputedOptions,