@datavac/ui-kit 1.4.0-administration-icon.2 → 1.5.0-scroll-to-top-button.1
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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
export interface ScrollToTopButtonProps {
|
|
3
|
+
scrollContainer?: RefObject<HTMLElement | null>;
|
|
4
|
+
scrollThreshold?: number;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const ScrollToTopButton: ({ scrollContainer, scrollThreshold, className, }: ScrollToTopButtonProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -11,22 +11,15 @@ export declare function CircleMinusIcon({ width, height, ...props }: IconProps):
|
|
|
11
11
|
export declare function CirclePlusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export declare function CircleXmarkIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export declare function CopyIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export declare function CutaneouslyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
export declare function DnaIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export declare function DropsMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
17
15
|
export declare function FileArrowDownIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
18
16
|
export declare function InfoCircleIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export declare function IntradermallyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
export declare function IntramuscularlyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
export declare function IntranasallyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
22
17
|
export declare function MenuIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
23
18
|
export declare function MinusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
24
19
|
export declare function MoonStarsIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
export declare function PillsMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
26
20
|
export declare function PlusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
27
21
|
export declare function SearchIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
28
22
|
export declare function SearchListIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
export declare function SubcutaneouslyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
30
23
|
export declare function SunMiniIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
31
24
|
export declare function SunIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
32
25
|
export declare function TestTubeIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|