Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComponentRegisterOptions<C>

Options to pass to ComponentRegister.init.

This is only generic to support sharing the type with defaultComponentRegisterOptions. You should never need to override the default generic parameter. It defaults to ComponentRegisterComponents.

Type parameters

Hierarchy

  • ComponentRegisterOptions

Index

Properties

Properties

Optional components

components: C

The components to register.

Defaults to be of type ComponentRegisterComponents.

Generated using TypeDoc