UNPKG

stone-kit

Version:
8 lines (6 loc) 176 B
import { btnSizes } from '../../RoundButton/ui/RoundButton.types.ts'; export interface IZoomControls { size?: btnSizes; zoomIn: () => void; zoomOut: () => void; }