UNPKG

@mui/styled-engine-sc

Version:

styled() API wrapper package for styled-components.

9 lines (6 loc) 229 B
import * as React from 'react'; export interface StyledEngineProviderProps { children?: React.ReactNode; injectFirst?: boolean; } export default function StyledEngineProvider(props: StyledEngineProviderProps): JSX.Element;