Spaces:
Sleeping
Sleeping
pythonic-rag-FastAPIReact / frontend /node_modules /@mui /styled-engine /StyledEngineProvider /StyledEngineProvider.d.ts
| import * as React from 'react'; | |
| export interface StyledEngineProviderProps { | |
| children?: React.ReactNode; | |
| injectFirst?: boolean; | |
| } | |
| export default function StyledEngineProvider(props: StyledEngineProviderProps): React.JSX.Element; | |