mappings.d.ts 156 Bytes Raw Blame History Permalink 1 2 3 4 5 /** * Specification: https://www.w3.org/TR/css-display-3/#the-display-properties */ declare const _default: Map<string, string>; export default _default;