UNPKG

@plone/registry

Version:

Add-on and configuration registry for Plone and for JavaScript and TypeScript-based apps.

8 lines (5 loc) 299 B
import { AddonRegistry } from './addon-registry.js'; import 'dependency-graph'; declare function buildLoaderCode(registry: AddonRegistry, styleSheetPath: string): string; declare function createAddonsStyleLoader(registry: AddonRegistry): void; export { buildLoaderCode, createAddonsStyleLoader };