Skip to main content
Go to Latest
interface CSSModuleExport
import { type CSSModuleExport } from "https://deno.land/x/aleph_compiler@0.8.0/types.ts";

Properties

readonly
name: string

The local (compiled) name for this export.

readonly
isReferenced: boolean

Whether the export is referenced in this file.

readonly
composes: CSSModuleReference[]

Other names that are composed by this export.