Skip to content

Commit

Permalink
improvement(flow): add VueConfig to Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Aug 27, 2020
1 parent 98103d6 commit fc3be6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flow/options.flow.js
Expand Up @@ -36,6 +36,10 @@ declare type NormalizedOptions = {
shouldProxy?: boolean
}

declare type VueConfig = {
errorHandler?: Function
}

declare type SlotValue = Component | string | Array<Component | string>

declare type SlotsObject = { [name: string]: SlotValue }
Expand Down

0 comments on commit fc3be6c

Please sign in to comment.