facy - v0.1.0
    Preparing search index...

    Interface DateInputTypeMap

    interface DateInputTypeMap {
        date: HTMLInputElement;
        time: HTMLInputElement;
        "datetime-local": HTMLInputElement;
        week: HTMLInputElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "datetime-local": HTMLInputElement