@delightui/components 0.1.51 → 0.1.53
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/cjs/components/atoms/RadioButtonItem/index.d.ts +3 -2
- package/dist/cjs/components/molecules/List/components/SortableTrigger.d.ts +2 -1
- package/dist/cjs/library.css +1 -1
- package/dist/cjs/library.js +1 -1
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/components/atoms/RadioButtonItem/index.d.ts +3 -2
- package/dist/esm/components/molecules/List/components/SortableTrigger.d.ts +2 -1
- package/dist/esm/library.css +1 -1
- package/dist/esm/library.js +1 -1
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1207,7 +1207,7 @@ declare const List: <T extends ListItemType>(props: ListProps<T>) => React__defa
|
|
|
1207
1207
|
*/
|
|
1208
1208
|
declare const SortableItem: <T extends ListItemType>(props: ListItemProps<T>) => React__default.JSX.Element;
|
|
1209
1209
|
|
|
1210
|
-
declare const SortableTrigger: (props: SortableTriggerProps) =>
|
|
1210
|
+
declare const SortableTrigger: (props: SortableTriggerProps) => React__default.JSX.Element;
|
|
1211
1211
|
|
|
1212
1212
|
type ContextMenuProps<T extends ListItemType> = ListProps<T>;
|
|
1213
1213
|
|