UNPKG

@navinc/base-react-components

Version:
4 lines (3 loc) 246 B
import { WebTarget } from 'styled-components'; /** As we transition to Tailwind, we need to continue to support Styled-Components and style embedding */ export declare const styledBackwardsCompatibility: <T extends WebTarget>(Component: T) => T;