Upload folder using huggingface_hub
Browse files- 6.19.0/checkbox/package.json +1 -1
- 6.19.0/checkbox/types.ts +1 -1
6.19.0/checkbox/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/checkbox",
|
| 3 |
-
"version": "0.
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/checkbox",
|
| 3 |
+
"version": "0.8.0",
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
6.19.0/checkbox/types.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import type { SelectData, CustomButton } from "@gradio/utils";
|
| 2 |
-
import type { LoadingStatus } from "js/statustracker";
|
| 3 |
|
| 4 |
export interface CheckboxProps {
|
| 5 |
value: boolean;
|
|
|
|
| 1 |
import type { SelectData, CustomButton } from "@gradio/utils";
|
| 2 |
+
import type { ILoadingStatus as LoadingStatus } from "js/statustracker";
|
| 3 |
|
| 4 |
export interface CheckboxProps {
|
| 5 |
value: boolean;
|