Type alias ProjectSettingsDialogState

ProjectSettingsDialogState: {
    open: boolean;
    tab: ProjectSettingsDialogTab;
}

Type declaration

Generated using TypeDoc