export const PeriodSearchForm = withData<
  {
    onChange: (value: PeriodString) => void
    value?: PeriodString
  },