cliskill 1.0.7 → 1.0.8
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
|
@@ -2202,6 +2202,7 @@ interface InkAppProps {
|
|
|
2202
2202
|
declare const StatusBar: React.NamedExoticComponent<StatusBarProps>;
|
|
2203
2203
|
declare const Spinner: React.NamedExoticComponent<{
|
|
2204
2204
|
label: string;
|
|
2205
|
+
frame: number;
|
|
2205
2206
|
}>;
|
|
2206
2207
|
declare function InkApp({ model, toolCount, onSubmit, onCancel }: InkAppProps): React.ReactElement;
|
|
2207
2208
|
declare function renderInkApp(props: InkAppProps): void;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED