{
  "version": 3,
  "sources": ["../../../src/date/LmMonthsPicker.tsx"],
  "sourcesContent": ["import { getMonthOptions } from './dateHelper'\nimport { LmSelect, LmSelectProps } from '../form/LmSelect'\nimport { useMemo } from 'react'\n\nexport type LmMonthsPickerProps = Omit<LmSelectProps, 'options'>\n\nexport function LmMonthsPicker(selectProps: LmMonthsPickerProps) {\n  const names = useMemo(() => {\n    return getMonthOptions()\n  }, [])\n  return <LmSelect options={names} {...selectProps} />\n}\n"],
  "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAS,gBAA+B;AACxC,SAAS,eAAe;AAIjB,SAAS,eAAe,aAAkC;AAC/D,QAAM,QAAQ,QAAQ,MAAM;AAC1B,WAAO,gBAAgB;AAAA,EACzB,GAAG,CAAC,CAAC;AACL,SAAO,CAAC,SAAS,SAAS,WAAW,aAAa;AACpD;",
  "names": []
}
