@namba_one/ui-kit-2 1.0.237 → 1.0.238

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.ts CHANGED
@@ -1931,6 +1931,7 @@ export declare type DatepickerFilterEmits = {
1931
1931
 
1932
1932
  export declare type DatepickerFilterProps = DatepickerProps & {
1933
1933
  action?: 'clear' | 'close';
1934
+ title?: string;
1934
1935
  };
1935
1936
 
1936
1937
  export declare type DatepickerFilterType = {