UNPKG

app-datepicker-rtl

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.

8 lines 300 B
interface AnimateElementOptions { hasNativeWebAnimation?: boolean; keyframes?: Keyframe[]; options?: KeyframeAnimationOptions; } export declare function animateElement(node: HTMLElement, opts: AnimateElementOptions): Promise<void>; export {}; //# sourceMappingURL=animate-element.d.ts.map