@zealicsolutions/web-ui 0.3.191 → 0.3.192

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ import { Drawer as DrawerComponent, DrawerProps as DrawerComponentProps } from '
4
4
  export declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
5
5
  export declare type DrawerProps = DrawerComponentProps & {
6
6
  anchor: Anchor;
7
- padding?: SizesTypes | number;
7
+ padding?: SizesTypes | number | string;
8
8
  height?: number | string;
9
9
  width?: number | string;
10
10
  withCloseIcon?: boolean;
@@ -12,7 +12,7 @@ export declare type DrawerProps = DrawerComponentProps & {
12
12
  };
13
13
  export declare const BaseDrawer: import("styled-components").StyledComponent<typeof DrawerComponent, import("styled-components").DefaultTheme, DrawerComponentProps & {
14
14
  anchor: Anchor;
15
- padding?: number | SizesTypes | undefined;
15
+ padding?: string | number | undefined;
16
16
  height?: string | number | undefined;
17
17
  width?: string | number | undefined;
18
18
  withCloseIcon?: boolean | undefined;