UNPKG

@thelabnyc/typed-scss-modules

Version:

TypeScript type definition generator for SCSS CSS Modules

9 lines (8 loc) 288 B
import { type ConfigOptions } from "../core/index.ts"; /** * 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;