UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

11 lines (10 loc) 387 B
import { AnyObjInterface } from '../../interfaces/AnyObjInterface'; import { ComponentContract } from '../contracts/ComponentContract'; export declare class FlatPickr implements ComponentContract { private id; private flatpickr; private options; constructor(id: string, options: AnyObjInterface); getValue(): null | string; setValue(date: any): void; }