mithril-materialized
    Preparing search index...

    Interface TimeValue

    Shared utility functions for TimePicker and TimeRangePicker components

    interface TimeValue {
        amOrPm: "AM" | "PM";
        hours: number;
        minutes: number;
    }
    Index

    Properties

    Properties

    amOrPm: "AM" | "PM"
    hours: number
    minutes: number