UNPKG

842 BTypeScriptView Raw
1import { RefedMixin, SRule, StylableMeta } from './stylable-processor';
2import { StylableTransformer } from './stylable-transformer';
3export declare const mixinWarnings: {
4 FAILED_TO_APPLY_MIXIN(error: string): string;
5 JS_MIXIN_NOT_A_FUNC(): string;
6 CIRCULAR_MIXIN(circularPaths: string[]): string;
7 UNKNOWN_MIXIN_SYMBOL(name: string): string;
8};
9export declare function appendMixins(transformer: StylableTransformer, rule: SRule, meta: StylableMeta, variableOverride: Record<string, string>, cssVarsMapping: Record<string, string>, path?: string[]): void;
10export declare function appendMixin(mix: RefedMixin, transformer: StylableTransformer, rule: SRule, meta: StylableMeta, variableOverride: Record<string, string>, cssVarsMapping: Record<string, string>, path?: string[]): void;
11//# sourceMappingURL=stylable-mixins.d.ts.map
\No newline at end of file