mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 04:28:26 -04:00
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
/**
|
|
* Specification: https://www.w3.org/TR/css-display-3/#the-display-properties
|
|
*/
|
|
declare const _default: Map<string, string>;
|
|
export default _default;
|