UNPKG

modules-pack

Version:

JavaScript Modules for Modern Frontend & Backend Projects

11 lines (8 loc) 327 B
import { THEME } from '../variables' /** * CONSTANT VARIABLES ========================================================== * ============================================================================= */ export const NAME = 'SETTINGS' // Namespace this module export const UI = `${NAME}_UI` export const SETTING = {THEME}