UNPKG

@redkhat/timepicker

Version:

This project contains a series of time selection components. The timepicker allows users to select a time from a clock-like interface. The timepicker is built using **Angular 19+** and **Angular Material 19+**.

2 lines (1 loc) 108 B
export declare function cubicBezier(p1x: number, p1y: number, p2x: number, p2y: number, t: number): number;