import type { SIZE, ZOOM } from './const'; export type Size = keyof typeof SIZE; export type Zoom = keyof typeof ZOOM;