torque-pro-assistant - v1.0.0
    Preparing search index...
    interface CommandPaletteProps {
        onClose: () => void;
        opened: boolean;
        testId?: string;
    }
    Index

    Properties

    onClose: () => void
    opened: boolean
    testId?: string