@worktif/purei
Version:
Work TIF Material UI Theme Provider and Customization Suite for React applications with dark mode support and dynamic color schemes
14 lines (13 loc) • 673 B
TypeScript
/**
* SnackbarTip is a styled component based on the Material-UI Snackbar component.
* It customizes the appearance of the Snackbar by overriding the default styles.
*
* Custom Styles:
* - Removes horizontal padding by setting both `paddingLeft` and `paddingRight` to `0px !important`.
* - Modifies styles for the `.MuiPaper-root` class inside the Snackbar:
* - Sets the width to `100% !important`.
* - Ensures a minimum width of `100px !important`.
*
* This component can be used in place of a standard Snackbar where the specified styling is required.
*/
export declare const SnackbarTip: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;