🏷️(react) add missing types exports

We forgot to add exports for Checkbox and Radio.
This commit is contained in:
Nathan Vasse
2023-05-15 17:16:17 +02:00
committed by NathanVss
parent dd89157654
commit 15eb9b9e57
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
Add missing types for Checkbox and Radio

View File

@@ -3,9 +3,11 @@ import "./index.scss";
export * from "./components/Button";
export * from "./components/DataGrid";
export * from "./components/DataGrid/SimpleDataGrid";
export * from "./components/Forms/Checkbox";
export * from "./components/DataGrid/DataList";
export * from "./components/Forms/Field";
export * from "./components/Forms/Input";
export * from "./components/Forms/Radio";
export * from "./components/Forms/Select";
export * from "./components/Loader";
export * from "./components/Pagination";