pillardash-ui-react 0.1.97 → 0.1.98

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
@@ -227,6 +227,7 @@ interface DateTimePickerProps {
227
227
  firstDayOfWeek?: 0 | 1;
228
228
  }
229
229
  declare const DateTimePicker: React$1.FC<DateTimePickerProps>;
230
+
230
231
  declare const DateTimePickerDemo: () => react_jsx_runtime.JSX.Element;
231
232
 
232
233
  interface SearchProps {