interface BridgeHandle {
    detach: () => void;
}

Properties

Properties

detach: () => void