UNPKG

@mui/styled-engine-sc

Version:

styled() API wrapper package for styled-components.

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