Repository URL to install this package:
import { ReactNode } from 'react' import { SelectProps } from 'molecules/SelectDropDown/typings' export interface StoreHoursDropDownProps extends SelectProps { }