We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fa059 commit 2b31e80Copy full SHA for 2b31e80
1 file changed
packages/react-fela/index.d.ts
@@ -29,6 +29,8 @@ declare module "react-fela" {
29
*/
30
export class FelaTheme extends React.Component<FelaThemeProps, {}> {}
31
32
+ export const ThemeContext: React.Context<object>
33
+
34
interface ProviderProps {
35
renderer: object;
36
}
0 commit comments