UNPKG

195 BTypeScriptView Raw
1/// <reference types="moment" />
2import * as moment from 'moment';
3export declare class MultiPickerUtils {
4 static minuteRound(val: string | moment.Moment, rounding: number): moment.Moment;
5}