UNPKG

planby

Version:

<div align="center" style="margin-bottom: 10px"> <a href="https://www.npmjs.com/package/planby"> <img src="https://i.postimg.cc/J0XMPHNQ/planby-logo.png" alt="Planby logo" /> </a> </div>

7 lines (6 loc) 242 B
import { BaseTimeFormat } from "../helpers/types"; export declare function useTimeline(numberOfHoursInDay: number, isBaseTimeFormat: BaseTimeFormat): { time: any[]; dividers: any[]; formatTime: (index: number) => string; };