@wacht/jsx 0.0.1-alpha.21 → 0.0.1-alpha.23

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.
package/dist/index.d.ts CHANGED
@@ -122,7 +122,7 @@ declare interface AgentConversationProviderProps {
122
122
  onError?: (error: string) => void;
123
123
  }
124
124
 
125
- export declare function AuthFormImage(): JSX.Element;
125
+ export declare function AuthFormImage(): JSX.Element | null;
126
126
 
127
127
  export declare interface BulkUpdateResponse {
128
128
  affected: number;