%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/node_modules/styled-components/dist/hoc/ |
| Current File : /home/vacivi36/.trash/vacivitta/node_modules/styled-components/dist/hoc/withTheme.d.ts |
import React from 'react';
import { AnyComponent, ExecutionProps } from '../types';
import { NonReactStatics } from '../utils/hoist';
export default function withTheme<T extends AnyComponent>(Component: T): React.ForwardRefExoticComponent<React.PropsWithoutRef<React.JSX.LibraryManagedAttributes<T, ExecutionProps>> & React.RefAttributes<T>> & NonReactStatics<T>;