Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface CSSModuleExport
import { type CSSModuleExport } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

Properties

name: string

The local (compiled) name for this export.

isReferenced: boolean

Whether the export is referenced in this file.

composes: CSSModuleReference[]

Other names that are composed by this export.