Blame view

天文台pc/tianwentai-ui/node_modules/@mui/material/esm/Toolbar/toolbarClasses.d.ts 560 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  export interface ToolbarClasses {
    /** Styles applied to the root element. */
    root: string;
    /** Styles applied to the root element unless `disableGutters={true}`. */
    gutters: string;
    /** Styles applied to the root element if `variant="regular"`. */
    regular: string;
    /** Styles applied to the root element if `variant="dense"`. */
    dense: string;
  }
  export type ToolbarClassKey = keyof ToolbarClasses;
  export declare function getToolbarUtilityClass(slot: string): string;
  declare const toolbarClasses: ToolbarClasses;
  export default toolbarClasses;