Skip to content

Commit 2b31e80

Browse files
authored
Add ThemeContext to TypeScript typedef (#776)
closes #757
1 parent f9fa059 commit 2b31e80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-fela/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ declare module "react-fela" {
2929
*/
3030
export class FelaTheme extends React.Component<FelaThemeProps, {}> {}
3131

32+
export const ThemeContext: React.Context<object>
33+
3234
interface ProviderProps {
3335
renderer: object;
3436
}

0 commit comments

Comments
 (0)