@libxai/board 0.17.15 → 0.17.16

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.cts CHANGED
@@ -831,6 +831,10 @@ interface PrioritySelectorProps {
831
831
  }
832
832
  declare function PrioritySelector({ priority, onChange, className, }: PrioritySelectorProps): react_jsx_runtime.JSX.Element;
833
833
 
834
+ /**
835
+ * Date Range Picker Component
836
+ * Quick selection buttons + interactive calendar
837
+ */
834
838
  interface DateRangePickerProps {
835
839
  startDate?: string;
836
840
  endDate?: string;
package/dist/index.d.ts CHANGED
@@ -831,6 +831,10 @@ interface PrioritySelectorProps {
831
831
  }
832
832
  declare function PrioritySelector({ priority, onChange, className, }: PrioritySelectorProps): react_jsx_runtime.JSX.Element;
833
833
 
834
+ /**
835
+ * Date Range Picker Component
836
+ * Quick selection buttons + interactive calendar
837
+ */
834
838
  interface DateRangePickerProps {
835
839
  startDate?: string;
836
840
  endDate?: string;