reykit 1.0.221 → 1.0.222
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.
- package/dist/index.js +2011 -1992
- package/dist/src/component/Button.d.ts +2 -1
- package/package.json +1 -1
|
@@ -14,7 +14,8 @@ export declare function CycleButton({ childrens, handleCycle, onClick, ...props
|
|
|
14
14
|
}[];
|
|
15
15
|
} & ComponentProps<'button'>): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Button component of scroll to top.
|
|
18
|
+
* Initial hide, display after scrolling down more than 1 screen height.
|
|
18
19
|
*
|
|
19
20
|
* @param buttonColor - Button color, need hexadecimal color value.
|
|
20
21
|
*/
|