@wacht/jsx 0.0.1-alpha.21 → 0.0.1-alpha.22
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.cjs.js +565 -552
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +2470 -2456
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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;
|