Blame view

天文台pc/tianwentai-ui/node_modules/@mui/material/esm/zero-styled/index.d.ts 552 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
  import { Interpolation } from '@mui/system';
  import { extendSxProp } from '@mui/system/styleFunctionSx';
  import { Theme } from "../styles/createTheme.js";
  import useTheme from "../styles/useTheme.js";
  export { css, keyframes } from '@mui/system';
  export { default as styled } from "../styles/styled.js";
  export declare function globalCss(styles: Interpolation<{
    theme: Theme;
  }>): (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
  export declare function internal_createExtendSxProp(): typeof extendSxProp;
  export { useTheme };