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 000f3c0 commit a1d2dfdCopy full SHA for a1d2dfd
1 file changed
packages/react-fela/index.d.ts
@@ -565,7 +565,7 @@ declare module "react-fela" {
565
/**
566
* Fela Renderer
567
*/
568
- export class FelaRenderer extends React.ComponentType<React.ConsumerProps<IRenderer>> {}
+ export class FelaRenderer extends React.Component<React.ConsumerProps<IRenderer>> {}
569
570
export interface FelaHookProps<Theme> {
571
css: (style: IStyle) => string,
0 commit comments