Skip to content

Commit

Permalink
fix(presets): export interfaces (#10161)
Browse files Browse the repository at this point in the history
  • Loading branch information
betlgtu authored and johnleider committed Jan 12, 2020
1 parent 37ceec0 commit 843a875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export interface Vuetify {
new (preset?: Partial<UserVuetifyPreset>): Vuetify
}

export { Presets, VuetifyPreset, UserVuetifyPreset } from './services/presets';

export type ComponentOrPack = Component & {
$_vuetify_subcomponents?: Record<string, ComponentOrPack>
}
Expand Down

0 comments on commit 843a875

Please sign in to comment.