All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.StyledEngineProvider.StyledEngineProvider.d.ts Maven / Gradle / Ivy

import * as React from 'react';

export interface StyledEngineProviderProps {
  children?: React.ReactNode;
  injectFirst?: boolean;
}

export default function StyledEngineProvider(props: StyledEngineProviderProps): JSX.Element;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy