wesl
Preparing search index...
ImportItem
Interface ImportItem
A renamed item at the end of an import statement.
cat as neko
interface
ImportItem
{
as
?:
string
;
kind
:
"import-item"
;
name
:
string
;
}
Index
Properties
as?
kind
name
Properties
Optional
as
as
?:
string
kind
kind
:
"import-item"
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
kind
name
wesl
Loading...
A renamed item at the end of an import statement.
cat as neko