UNPKG

@stylable/core

Version:

CSS for Components

15 lines 801 B
/// <reference types="node" /> import * as nodePath from 'path'; import { processNamespace } from './stylable-processor'; export declare function packageNamespaceFactory(findConfig: (fileName: string, options: { cwd: string; }) => string | null, loadConfig: (filePath: string) => object, { dirname, relative }: Pick<typeof nodePath, 'relative' | 'dirname'>, hashSalt?: string, prefix?: string, normalizeVersion?: (semver: string) => string): typeof processNamespace; export declare function noCollisionNamespace({ prefix, used: usedNamespaces, }?: { prefix?: string | undefined; used?: Map<string, { prefix: string; namespace: string; stylesheetPath: string; }> | undefined; }): typeof processNamespace; //# sourceMappingURL=resolve-namespace-factories.d.ts.map