UNPKG

@mui/styled-engine

Version:

styled() API wrapper package for emotion.

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