Skip to content

Commit

Permalink
Add type for prepend in createCache options as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 25, 2019
1 parent 3abb83c commit faaeca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cache/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface Options {
key?: string
container?: HTMLElement
speedy?: boolean
prepend?: boolean
}

export default function createCache(options?: Options): EmotionCache

0 comments on commit faaeca1

Please sign in to comment.