UNPKG

photoncss

Version:

Go from 0 to app in seconds

10 lines (9 loc) 261 B
import { PhotonSelector } from "../../index"; export declare class Drawer { target: JQuery; constructor(target: PhotonSelector); open(): this; close(): this; get isOpen(): boolean; } export default function (target: PhotonSelector): Drawer;