UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

11 lines (10 loc) 297 B
import { ICameraSettings, ICameraSettingsActions } from "./types"; export declare class CameraSettings { currentSettings: ICameraSettings; constructor(); actions: ICameraSettingsActions; private fullframe; private crop; private responsive; private defaultResponsive; }