@samatawy/diagrams
    Preparing search index...

    Interface TypeTransferPanelConfig

    interface TypeTransferPanelConfig {
        className?: string;
        currentType?: string;
        transferables?: string[];
        onSelect: (type: string) => void;
    }
    Index

    Properties

    className?: string
    currentType?: string
    transferables?: string[]
    onSelect: (type: string) => void