worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
28
node_modules/@mui/material/esm/TablePagination/tablePaginationClasses.d.ts
generated
vendored
Normal file
28
node_modules/@mui/material/esm/TablePagination/tablePaginationClasses.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
export interface TablePaginationClasses {
|
||||
/** Styles applied to the root element. */
|
||||
root: string;
|
||||
/** Styles applied to the Toolbar component. */
|
||||
toolbar: string;
|
||||
/** Styles applied to the spacer element. */
|
||||
spacer: string;
|
||||
/** Styles applied to the select label Typography element. */
|
||||
selectLabel: string;
|
||||
/** Styles applied to the Select component `root` element. */
|
||||
selectRoot: string;
|
||||
/** Styles applied to the Select component `select` class. */
|
||||
select: string;
|
||||
/** Styles applied to the Select component `icon` class. */
|
||||
selectIcon: string;
|
||||
/** Styles applied to the Select component `root` element. */
|
||||
input: string;
|
||||
/** Styles applied to the MenuItem component. */
|
||||
menuItem: string;
|
||||
/** Styles applied to the displayed rows Typography element. */
|
||||
displayedRows: string;
|
||||
/** Styles applied to the internal `TablePaginationActions` component. */
|
||||
actions: string;
|
||||
}
|
||||
export type TablePaginationClassKey = keyof TablePaginationClasses;
|
||||
export declare function getTablePaginationUtilityClass(slot: string): string;
|
||||
declare const tablePaginationClasses: TablePaginationClasses;
|
||||
export default tablePaginationClasses;
|
||||
Loading…
Add table
Add a link
Reference in a new issue