Home
last modified time | relevance | path

Searched refs:MaskBorderWidthProperty (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.ts2706 maskBorderWidth?: MaskBorderWidthProperty<TLength>;
11297 "mask-border-width"?: MaskBorderWidthProperty<TLength>;
19892 maskBorderWidth?: MaskBorderWidthProperty<TLength> | MaskBorderWidthProperty<TLength>[];
28487 "mask-border-width"?: MaskBorderWidthProperty<TLength> | MaskBorderWidthProperty<TLength>[];
35768 export type MaskBorderWidthProperty<TLength> = Globals | TLength | "auto" | string | number; alias
H A Dindex.js.flow183 maskBorderWidth?: MaskBorderWidthProperty<TLength>,
1002 "mask-border-width"?: MaskBorderWidthProperty<TLength>,
1824 maskBorderWidth?: MaskBorderWidthProperty<TLength> | MaskBorderWidthProperty<TLength>[],
2646 "mask-border-width"?: MaskBorderWidthProperty<TLength> | MaskBorderWidthProperty<TLength>[],
4676 export type MaskBorderWidthProperty<TLength> = Globals | TLength | "auto" | string | number;