Skip to content

Commit

Permalink
Add staticStyle to FelaHookProps (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor1791 authored Jul 4, 2022
1 parent dfe2820 commit 7d6308d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-fela/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ declare module "react-fela" {
css: CssFunction<T, P>,
theme: T,
renderer: IRenderer,
staticStyle: IRenderer["renderStatic"],
}

export function useFela<T = {}, P = {}>(props?: P): FelaHookProps<T, P>
Expand Down

1 comment on commit 7d6308d

@vercel
Copy link

@vercel vercel bot commented on 7d6308d Jul 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.