@yandex/themekit
Version:
Build system of design-tokens for any platforms
13 lines (12 loc) • 370 B
TypeScript
export declare class NotFoundConfig extends Error {
constructor(path: string);
}
export declare class NotFoundTheme extends Error {
constructor(path: string, isExtended?: boolean);
}
export declare class UnsupportedExtension extends Error {
constructor(path: string);
}
export declare class SourcesNotDefined extends Error {
constructor(path: string);
}