dfh-ui-library 1.13.121 → 1.13.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,7 @@ export declare const PlusIcon: ({ classes, onClick, isAddEditPatient, ...props }
|
|
24
24
|
export declare const CalendarIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
|
25
25
|
export declare const SelectUserIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
|
26
26
|
export declare const TrashRedIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
|
27
|
+
export declare const ControlIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
|
27
28
|
export declare const UploadIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
|
28
29
|
export declare const PDFIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
|
29
30
|
export declare const PlusBtnIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
|