react-cron-generator 2.0.16 → 2.0.17

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.
@@ -1,4 +1,4 @@
1
- import { FunctionComponent } from "react";
1
+ import { FunctionComponent } from 'react';
2
2
  interface MonthlyCronProp {
3
3
  onChange(e?: string[]): void;
4
4
  value: string[];
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  type DaySelectProp = {
3
3
  disabled?: boolean;
4
4
  onChange(value: null | string): void;
package/build/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import Cron, { CronProp } from "./cron";
1
+ import Cron, { CronProp } from './cron';
2
2
  import { HEADER } from './meta';
3
- import cronstrue from "cronstrue/i18n";
3
+ import cronstrue from 'cronstrue/i18n';
4
4
  export { HEADER, cronstrue };
5
5
  export type { CronProp };
6
6
  export default Cron;