Home
last modified time | relevance | path

Searched refs:ViewportZoomProperty (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@emotion/serialize/node_modules/csstype/
H A Dindex.d.ts34498 msZoom?: ViewportZoomProperty;
34510 zoom?: ViewportZoomProperty;
34524 "-ms-zoom"?: ViewportZoomProperty;
34536 zoom?: ViewportZoomProperty;
34550 msZoom?: ViewportZoomProperty | ViewportZoomProperty[];
34562 zoom?: ViewportZoomProperty | ViewportZoomProperty[];
34576 "-ms-zoom"?: ViewportZoomProperty | ViewportZoomProperty[];
34588 zoom?: ViewportZoomProperty | ViewportZoomProperty[];
36668 type ViewportZoomProperty = "auto" | string | number; alias
H A Dindex.js.flow3406 msZoom?: ViewportZoomProperty,
3418 zoom?: ViewportZoomProperty,
3432 "-ms-zoom"?: ViewportZoomProperty,
3444 zoom?: ViewportZoomProperty,
3458 msZoom?: ViewportZoomProperty | ViewportZoomProperty[],
3470 zoom?: ViewportZoomProperty | ViewportZoomProperty[],
3484 "-ms-zoom"?: ViewportZoomProperty | ViewportZoomProperty[],
3496 zoom?: ViewportZoomProperty | ViewportZoomProperty[],
5576 type ViewportZoomProperty = "auto" | string | number;