@selectwin/kit 0.1.5 → 0.1.7
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/icons.d.ts +2 -0
- package/dist/index.js +1363 -1353
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ export declare function CopyIcon(): import("react").JSX.Element;
|
|
|
17
17
|
export declare function ExternalLinkIcon(): import("react").JSX.Element;
|
|
18
18
|
export declare function CloseIcon(): import("react").JSX.Element;
|
|
19
19
|
export declare function DotsHorizontalIcon(): import("react").JSX.Element;
|
|
20
|
+
/** Iconsax "setting-4" — sliders horizontais ("opções"). Gatilho do SelectRowActions. */
|
|
21
|
+
export declare function Setting4Icon(): import("react").JSX.Element;
|
|
20
22
|
export declare function ClockIcon(): import("react").JSX.Element;
|
|
21
23
|
export declare function BookmarkIcon(): import("react").JSX.Element;
|
|
22
24
|
type StarIconOwnProps = {
|