ImageCropModal.vendor-styles.ts 240 B

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