UNPKG

@babylimon/react-calendar-timeline

Version:
11 lines (8 loc) 206 B
import React from 'react'; import {GroupRow, RowColumns, RowItems} from '../../index' const DefaultLayer = () => { return <GroupRow> <RowItems/> </GroupRow> } export default DefaultLayer;