UNPKG

react-schedule-selector-custom

Version:

A mobile-friendly when2meet-style grid-based schedule selector

11 lines (8 loc) 199 B
import linear from './linear' import square from './square' export default { linear, square } export type SelectionType = 'add' | 'remove' export type SelectionSchemeType = 'linear' | 'square'