Slots: {
    "settings-footer": { options: any; settings: any; uiSettings: any };
    "settings-header": { options: any; settings: any; uiSettings: any };
}

Slots type alias for associated component.

Type declaration

  • settings-footer: { options: any; settings: any; uiSettings: any }
  • settings-header: { options: any; settings: any; uiSettings: any }