UNPKG

typed-scss-modules

Version:

TypeScript type definition generator for SCSS CSS Modules

9 lines (8 loc) 274 B
import { ConfigOptions } from "../core"; /** * Given a file path to a SCSS file, generate the corresponding type definition * file path. * * @param file the SCSS file path */ export declare const getTypeDefinitionPath: (file: string, options: ConfigOptions) => string;