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

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

import * as React from 'react';
import { Interpolation } from '@emotion/react';

export interface GlobalStylesProps {
  defaultTheme?: object;
  styles: Interpolation;
}

export default function GlobalStyles(
  props: GlobalStylesProps,
): React.ReactElement;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy