UNPKG

aurelia-materialize-bridge

Version:
10 lines (9 loc) 246 B
/// <reference types="materialize-css" /> export declare class MdParallax { private element; constructor(element: Element); responsiveThreshold: number; instance: M.Parallax; attached(): void; detached(): void; }