@fancyapps/ui
Version:
Robust JavaScript UI Component Library
9 lines (8 loc) • 319 B
TypeScript
import { PluginsType } from "../types";
export type * from "./Hash/Hash";
export type * from "./Images/Images";
export type * from "./Html/Html";
export type * from "./Slideshow/Slideshow";
export type * from "./Thumbs/Thumbs";
export type * from "./Toolbar/Toolbar";
export declare const FancyboxPlugins: PluginsType;