Skip to content

@saflib/parser


Type Alias: ExportKind

ExportKind = "function" | "class" | "interface" | "type" | "const" | "enum" | "variable" | "component" | "prop" | "emit" | "model"

Kind of a top-level export declaration.