Slots type alias for associated component.

type Slots = {
    default: {};
    "settings-footer": {
        options: any;
        settings: any;
        slot: string;
        uiSettings: any;
    };
    "settings-header": {
        options: any;
        settings: any;
        slot: string;
        uiSettings: any;
    };
}
Index

Properties

default: {}
"settings-footer": {
    options: any;
    settings: any;
    slot: string;
    uiSettings: any;
}
"settings-header": {
    options: any;
    settings: any;
    slot: string;
    uiSettings: any;
}