UNPKG

437 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.HAS_CSS_PROP = exports.IMPORTS = exports.COMPONENTS = exports.STYLES = void 0;
5const STYLES = Symbol('Astroturf');
6exports.STYLES = STYLES;
7const COMPONENTS = Symbol('Astroturf components');
8exports.COMPONENTS = COMPONENTS;
9const IMPORTS = Symbol('Astroturf imports');
10exports.IMPORTS = IMPORTS;
11const HAS_CSS_PROP = Symbol('Astroturf has css prop');
12exports.HAS_CSS_PROP = HAS_CSS_PROP;
\No newline at end of file