diff --git a/src/index.ts b/src/index.ts index be62f07763..cc3c0681e5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -146,4 +146,4 @@ export function create(source: string, _options: CompileOptions = {}) { } } -export { parse, validate, version as VERSION }; +export { parse, validate, Stylesheet, version as VERSION };