Hiyve Components - v1.0.0
    Preparing search index...

    Interface ClipSettingsDialogProps

    Props for ClipSettingsDialog — the device-selection panel that lives behind the toolbar's gear button.

    interface ClipSettingsDialogProps {
        icons: ClipCompositionIcons;
        labels: ClipCompositionLabels;
        onClose: () => void;
        open: boolean;
    }
    Index

    Properties

    onClose: () => void
    open: boolean