reykit 1.0.34 → 1.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.34",
3
+ "version": "1.0.37",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [
@@ -1,19 +0,0 @@
1
- import { ReactNode, ComponentProps } from 'react';
2
- /**
3
- * Toggle component of with icon.
4
- *
5
- * Parameters
6
- * ----------
7
- * @param childrens Children array.
8
- * @param handleCycle Handle cycle.
9
- *
10
- * Returns
11
- * -------
12
- * @returns React element.
13
- */
14
- export declare function IconToggle({ openIcon, closeIcon, handleOpen, defaultOpen, className, onClick, ...props }: {
15
- openIcon: ReactNode;
16
- closeIcon: ReactNode;
17
- handleOpen: (open: boolean) => void;
18
- defaultOpen?: boolean;
19
- } & ComponentProps<'button'>): import("react/jsx-runtime").JSX.Element;
File without changes
File without changes