diff --git a/src/def.d.ts b/src/def.d.ts index 64a53d9..503d873 100644 --- a/src/def.d.ts +++ b/src/def.d.ts @@ -366,8 +366,8 @@ interface VendettaObject { Search: _React.ComponentType; Alert: _React.ComponentType; // Vendetta - Summary: (props: SummaryProps) => JSX.Element; - ErrorBoundary: (props: ErrorBoundaryProps) => JSX.Element; + Summary: _React.ComponentType; + ErrorBoundary: _React.ComponentType; } toasts: { showToast: (content: string, asset: number) => void;