@fancyapps/ui
Version:
Robust JavaScript UI Component Library
42 lines (41 loc) • 606 B
TypeScript
export declare const PanzoomButtons: {
moveLeft: {
tpl: string;
};
moveRight: {
tpl: string;
};
moveUp: {
tpl: string;
};
moveDown: {
tpl: string;
};
zoomIn: {
tpl: string;
};
zoomOut: {
tpl: string;
};
toggle1to1: {
tpl: string;
};
toggleFull: {
tpl: string;
};
rotateCCW: {
tpl: string;
};
rotateCW: {
tpl: string;
};
flipX: {
tpl: string;
};
flipY: {
tpl: string;
};
reset: {
tpl: string;
};
};