mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: ts error
This commit is contained in:
@@ -3,7 +3,7 @@ import { Separator } from "@/components/ui/separator";
|
|||||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
||||||
|
|
||||||
interface BaseViewProps {
|
interface BaseViewProps {
|
||||||
children: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
defaultTab?: string;
|
defaultTab?: string;
|
||||||
tabs?: {
|
tabs?: {
|
||||||
value: string;
|
value: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user