Home
last modified time | relevance | path

Searched refs:WordSpacingProperty (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.ts4960 wordSpacing?: WordSpacingProperty<TLength>;
8586 wordSpacing?: WordSpacingProperty<TLength>;
13551 "word-spacing"?: WordSpacingProperty<TLength>;
17177 "word-spacing"?: WordSpacingProperty<TLength>;
22146 wordSpacing?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[];
25772 wordSpacing?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[];
30741 "word-spacing"?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[];
34369 "word-spacing"?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[];
36182 export type WordSpacingProperty<TLength> = Globals | TLength | "normal" | string; alias
H A Dindex.js.flow341 wordSpacing?: WordSpacingProperty<TLength>,
815 wordSpacing?: WordSpacingProperty<TLength>,
1160 "word-spacing"?: WordSpacingProperty<TLength>,
1634 "word-spacing"?: WordSpacingProperty<TLength>,
1982 wordSpacing?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[],
2456 wordSpacing?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[],
2804 "word-spacing"?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[],
3278 "word-spacing"?: WordSpacingProperty<TLength> | WordSpacingProperty<TLength>[],
5090 export type WordSpacingProperty<TLength> = Globals | TLength | "normal" | string;