Blame view

天文台pc/tianwentai-ui/node_modules/@mui/material/esm/Paper/paperClasses.d.ts 2.66 KB
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  export interface PaperClasses {
    /** Styles applied to the root element. */
    root: string;
    /** Styles applied to the root element unless `square={true}`. */
    rounded: string;
    /** Styles applied to the root element if `variant="outlined"`. */
    outlined: string;
    /** Styles applied to the root element if `variant="elevation"`. */
    elevation: string;
    /** Styles applied to the root element if `elevation={0}`. */
    elevation0: string;
    /** Styles applied to the root element if `elevation={1}`. */
    elevation1: string;
    /** Styles applied to the root element if `elevation={2}`. */
    elevation2: string;
    /** Styles applied to the root element if `elevation={3}`. */
    elevation3: string;
    /** Styles applied to the root element if `elevation={4}`. */
    elevation4: string;
    /** Styles applied to the root element if `elevation={5}`. */
    elevation5: string;
    /** Styles applied to the root element if `elevation={6}`. */
    elevation6: string;
    /** Styles applied to the root element if `elevation={7}`. */
    elevation7: string;
    /** Styles applied to the root element if `elevation={8}`. */
    elevation8: string;
    /** Styles applied to the root element if `elevation={9}`. */
    elevation9: string;
    /** Styles applied to the root element if `elevation={10}`. */
    elevation10: string;
    /** Styles applied to the root element if `elevation={11}`. */
    elevation11: string;
    /** Styles applied to the root element if `elevation={12}`. */
    elevation12: string;
    /** Styles applied to the root element if `elevation={13}`. */
    elevation13: string;
    /** Styles applied to the root element if `elevation={14}`. */
    elevation14: string;
    /** Styles applied to the root element if `elevation={15}`. */
    elevation15: string;
    /** Styles applied to the root element if `elevation={16}`. */
    elevation16: string;
    /** Styles applied to the root element if `elevation={17}`. */
    elevation17: string;
    /** Styles applied to the root element if `elevation={18}`. */
    elevation18: string;
    /** Styles applied to the root element if `elevation={19}`. */
    elevation19: string;
    /** Styles applied to the root element if `elevation={20}`. */
    elevation20: string;
    /** Styles applied to the root element if `elevation={21}`. */
    elevation21: string;
    /** Styles applied to the root element if `elevation={22}`. */
    elevation22: string;
    /** Styles applied to the root element if `elevation={23}`. */
    elevation23: string;
    /** Styles applied to the root element if `elevation={24}`. */
    elevation24: string;
  }
  export type PaperClassKey = keyof PaperClasses;
  export declare function getPaperUtilityClass(slot: string): string;
  declare const paperClasses: PaperClasses;
  export default paperClasses;