mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 00:38:13 +08:00
Make RadioInput accept optional selected_index
This commit is contained in:
@@ -999,7 +999,7 @@ export class RadioInput extends WidgetProps {
|
||||
|
||||
disabled!: boolean;
|
||||
|
||||
selectedIndex!: number;
|
||||
selectedIndex!: number | undefined;
|
||||
}
|
||||
|
||||
export type SeparatorDirection = "Horizontal" | "Vertical";
|
||||
|
||||
Reference in New Issue
Block a user