Interface ModalBuilderProps

interface ModalBuilderProps {
    components?: Component[];
    customId: string;
    title: string;
}

Properties

components?: Component[]
customId: string
title: string