DateRangePicker.vendor-styles.ts 247 B

123456
  1. // @ts-nocheck -- Processed by Vite only; ?inline is a Vite-specific import suffix
  2. import css from 'react-datepicker/dist/react-datepicker.css?inline';
  3. const s = document.createElement('style');
  4. s.textContent = css;
  5. document.head.appendChild(s);