DefaultExport
An ES Module object with a default export of the given type.
interface DefaultExport<T> {
default: T
}
See also
Properties
Property | Description |
---|---|
default: T
|
Default exports are bound under the name |