UNPKG
@thelabnyc/typed-scss-modules
Version:
latest (8.2.4)
8.2.4
8.2.3
8.2.3-b0
8.2.2
8.2.1
8.2.0
8.2.0-b0
8.2.0-a2
TypeScript type definition generator for SCSS CSS Modules
gitlab.com/thelabnyc/typed-scss-modules
@thelabnyc/typed-scss-modules
/
dist
/
lib
/
typescript
/
get-type-definition-path.d.ts
9 lines
(8 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
;