Interface ModalComponentsLabel<T>

interface ModalComponentsLabel<T> {
    component: T;
    type: LABEL;
}

Type Parameters

Properties

Properties

component: T
type: LABEL