saleor-apps-redis_apl/packages/react-hook-form-macaw/index.ts
Krzysztof Wolski 8a339fc31b
Introduce react hook form macaw bindings (#469)
* Add components and update the configuration

* Export components to be used in apps
2023-05-22 17:47:33 +02:00

3 lines
129 B
TypeScript

export * from "./src/components/Input";
export * from "./src/components/Combobox";
export * from "./src/components/Multiselect";