UNPKG

556 BTypeScriptView Raw
1import * as React from 'react';
2import { Interpolation } from '@mui/system';
3import { extendSxProp } from '@mui/system/styleFunctionSx';
4import { Theme } from '../styles/createTheme';
5import useTheme from '../styles/useTheme';
6export { css, keyframes } from '@mui/system';
7export { default as styled } from '../styles/styled';
8export declare function globalCss(styles: Interpolation<{
9 theme: Theme;
10}>): (props: Record<string, any>) => React.JSX.Element;
11export declare function internal_createExtendSxProp(): typeof extendSxProp;
12export { useTheme };