Home
last modified time | relevance | path

Searched refs:BorderInlineEndWidthProperty (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.ts809 borderInlineEndWidth?: BorderInlineEndWidthProperty<TLength>;
5730 MozBorderEndWidth?: BorderInlineEndWidthProperty<TLength>;
9400 "border-inline-end-width"?: BorderInlineEndWidthProperty<TLength>;
14321 "-moz-border-end-width"?: BorderInlineEndWidthProperty<TLength>;
17995 …borderInlineEndWidth?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<TLengt…
22916 …MozBorderEndWidth?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<TLength>[…
26590 …"border-inline-end-width"?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<T…
31513 …"-moz-border-end-width"?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<TLe…
35326 export type BorderInlineEndWidthProperty<TLength> = Globals | LineWidth<TLength>; alias
H A Dindex.js.flow56 borderInlineEndWidth?: BorderInlineEndWidthProperty<TLength>,
412 MozBorderEndWidth?: BorderInlineEndWidthProperty<TLength>,
875 "border-inline-end-width"?: BorderInlineEndWidthProperty<TLength>,
1231 "-moz-border-end-width"?: BorderInlineEndWidthProperty<TLength>,
1697 …borderInlineEndWidth?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<TLengt…
2053 …MozBorderEndWidth?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<TLength>[…
2519 …"border-inline-end-width"?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<T…
2875 …"-moz-border-end-width"?: BorderInlineEndWidthProperty<TLength> | BorderInlineEndWidthProperty<TLe…
4234 export type BorderInlineEndWidthProperty<TLength> = Globals | LineWidth<TLength>;