UNPKG

432 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.STYLES = exports.JSX_IDENTS = exports.IMPORTS = exports.COMPONENTS = 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 JSX_IDENTS = Symbol('Astroturf jsx identifiers');
12exports.JSX_IDENTS = JSX_IDENTS;
\No newline at end of file