paradiego
This commit is contained in:
10
node_modules/@mui/material/Table/tableClasses.d.ts
generated
vendored
Normal file
10
node_modules/@mui/material/Table/tableClasses.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface TableClasses {
|
||||
/** Styles applied to the root element. */
|
||||
root: string;
|
||||
/** Styles applied to the root element if `stickyHeader={true}`. */
|
||||
stickyHeader: string;
|
||||
}
|
||||
export type TableClassKey = keyof TableClasses;
|
||||
export declare function getTableUtilityClass(slot: string): string;
|
||||
declare const tableClasses: TableClasses;
|
||||
export default tableClasses;
|
||||
Reference in New Issue
Block a user