UNPKG

778 BTypeScriptView Raw
1import { processNamespace } from './stylable-processor';
2export declare function packageNamespaceFactory(findConfig: (fileName: string, options: {
3 cwd: string;
4}) => string | null, loadConfig: (filePath: string) => object, { dirname, relative, }: {
5 dirname(path: string): string;
6 relative(from: string, to: string): string;
7}, hashSalt?: string, prefix?: string, normalizeVersion?: (semver: string) => string): typeof processNamespace;
8export declare function noCollisionNamespace({ prefix, used: usedNamespaces, }?: {
9 prefix?: string | undefined;
10 used?: Map<string, {
11 prefix: string;
12 namespace: string;
13 stylesheetPath: string;
14 }> | undefined;
15}): typeof processNamespace;
16//# sourceMappingURL=resolve-namespace-factories.d.ts.map
\No newline at end of file