@mamrp/components 1.0.33 → 1.0.34
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -337,7 +337,7 @@ interface MultipleSelectChipProps<T extends OptionType> {
|
|
|
337
337
|
* @param {string} [tooltip] - متن راهنما هنگام هاور.
|
|
338
338
|
* @param {(props, option) => React.ReactNode} [renderOption] - تابعی سفارشی برای رندر آیتمها در لیست.
|
|
339
339
|
*
|
|
340
|
-
* @returns {Array<{
|
|
340
|
+
* @returns {Array<{ key: string | number }>} لیستی از آیتمهای انتخابشده ( فقط آیدیها).
|
|
341
341
|
*
|
|
342
342
|
* @example
|
|
343
343
|
* ```tsx
|
package/dist/index.d.ts
CHANGED
|
@@ -337,7 +337,7 @@ interface MultipleSelectChipProps<T extends OptionType> {
|
|
|
337
337
|
* @param {string} [tooltip] - متن راهنما هنگام هاور.
|
|
338
338
|
* @param {(props, option) => React.ReactNode} [renderOption] - تابعی سفارشی برای رندر آیتمها در لیست.
|
|
339
339
|
*
|
|
340
|
-
* @returns {Array<{
|
|
340
|
+
* @returns {Array<{ key: string | number }>} لیستی از آیتمهای انتخابشده ( فقط آیدیها).
|
|
341
341
|
*
|
|
342
342
|
* @example
|
|
343
343
|
* ```tsx
|