KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
ExportNamedDeclaration
Interface ExportNamedDeclaration
interface
ExportNamedDeclaration
{
attributes
:
ImportAttribute
[]
;
declaration
:
Declaration
|
null
;
end
:
number
;
exportKind
?:
ImportOrExportKind
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
source
:
StringLiteral
|
null
;
specifiers
:
ExportSpecifier
[]
;
start
:
number
;
type
:
"ExportNamedDeclaration"
;
}
Hierarchy (
View Summary
)
Span
ExportNamedDeclaration
Index
Properties
attributes
declaration
end
export
Kind?
parent?
range?
source
specifiers
start
type
Properties
attributes
attributes
:
ImportAttribute
[]
declaration
declaration
:
Declaration
|
null
end
end
:
number
Optional
export
Kind
exportKind
?:
ImportOrExportKind
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
source
source
:
StringLiteral
|
null
specifiers
specifiers
:
ExportSpecifier
[]
start
start
:
number
type
type
:
"ExportNamedDeclaration"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
attributes
declaration
end
export
Kind
parent
range
source
specifiers
start
type
Github
KC's Workspace
Loading...