geoview-core - v2.3.0
    Preparing search index...

    Interface ModalActionsType

    Both header and footer actions' properties interface

    interface ModalActionsType {
        actionId: string;
        content?: ReactNode;
    }
    Index
    actionId: string
    content?: ReactNode