photoncss
Version:
Go from 0 to app in seconds
13 lines (12 loc) • 369 B
TypeScript
import { PhotonSelector } from "../../index";
export declare class Menu {
target: JQuery;
private explicitPosition;
constructor(target: PhotonSelector);
private __getModal;
anchor(x: number | PhotonSelector, y?: number): this;
open(): this;
close(): this;
get isOpen(): boolean;
}
export default function (target: PhotonSelector): Menu;