# `Volt.JS.PrebundleEntry.Export`
[🔗](https://github.com/elixir-volt/volt/blob/v0.16.0/lib/volt/js/prebundle/export.ex#L1)

Export descriptor used by synthetic prebundle entries.

# `t`

```elixir
@type t() :: %Volt.JS.PrebundleEntry.Export{
  all_from: String.t() | nil,
  default: String.t() | nil,
  members: [{String.t(), String.t()}] | nil,
  named_from: String.t() | nil,
  names: [String.t() | {String.t(), String.t()}] | nil
}
```

# `all_from`

# `default`

# `members`

# `named_from`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
