UNPKG

@mui/styled-engine-sc

Version:

styled() API wrapper package for styled-components.

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