@douglasneuroinformatics/libui 2.0.0-beta.1 → 2.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -868,11 +868,13 @@ type LanguageToggleProps = {
|
|
|
868
868
|
};
|
|
869
869
|
declare const LanguageToggle: ({ align }?: LanguageToggleProps) => react_jsx_runtime.JSX.Element;
|
|
870
870
|
|
|
871
|
+
/** @deprecated */
|
|
871
872
|
type Step = {
|
|
872
873
|
element: react__default.ReactElement;
|
|
873
874
|
icon: react__default.ReactElement;
|
|
874
875
|
label: string;
|
|
875
876
|
};
|
|
877
|
+
/** @deprecated */
|
|
876
878
|
type LegacyStepperProps = {
|
|
877
879
|
className?: string;
|
|
878
880
|
steps: Step[];
|