UNPKG

nice-ui

Version:

React design system, components, and utilities

10 lines (9 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NiceUiContentService = void 0; class NiceUiContentService { constructor(opts) { this.root = opts.root; } } exports.NiceUiContentService = NiceUiContentService;