UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

10 lines (9 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.colors = void 0; // colors.ts exports.colors = { primary: '#00bfcf', secondary: '#2ecc71', neutrals01: '#141416', };