worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
20
node_modules/@mui/material/SpeedDialAction/speedDialActionClasses.d.ts
generated
vendored
Normal file
20
node_modules/@mui/material/SpeedDialAction/speedDialActionClasses.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
export interface SpeedDialActionClasses {
|
||||
/** Styles applied to the Fab component. */
|
||||
fab: string;
|
||||
/** Styles applied to the Fab component if `open={false}`. */
|
||||
fabClosed: string;
|
||||
/** Styles applied to the root element if `tooltipOpen={true}`. */
|
||||
staticTooltip: string;
|
||||
/** Styles applied to the root element if `tooltipOpen={true}` and `open={false}`. */
|
||||
staticTooltipClosed: string;
|
||||
/** Styles applied to the static tooltip label if `tooltipOpen={true}`. */
|
||||
staticTooltipLabel: string;
|
||||
/** Styles applied to the root element if `tooltipOpen={true}` and `tooltipPlacement="left"`` */
|
||||
tooltipPlacementLeft: string;
|
||||
/** Styles applied to the root element if `tooltipOpen={true}` and `tooltipPlacement="right"`` */
|
||||
tooltipPlacementRight: string;
|
||||
}
|
||||
export type SpeedDialActionClassKey = keyof SpeedDialActionClasses;
|
||||
export declare function getSpeedDialActionUtilityClass(slot: string): string;
|
||||
declare const speedDialActionClasses: SpeedDialActionClasses;
|
||||
export default speedDialActionClasses;
|
||||
Loading…
Add table
Add a link
Reference in a new issue