fix: settings ui not following animations setting

This commit is contained in:
sethburkart123
2024-08-21 21:20:30 +10:00
parent 4d38af402f
commit 182597efce
3 changed files with 23 additions and 22 deletions
@@ -5,6 +5,7 @@ export interface Tab {
}
export interface TabbedContainerProps {
tabs: Tab[];
animations?: boolean;
}
declare const TabbedContainer: React.FC<TabbedContainerProps>;
export default TabbedContainer;