Skip to main content
Module

x/aleph/server/deps.ts>CSSModuleExport

The Full-stack Framework in Deno.
Go to Latest
interface CSSModuleExport
import { type CSSModuleExport } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.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.