UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

12 lines 472 B
/** * `client-ui` provides all of the core React UI components for geoprocessing * projects, including the building blocks for creating custom UI components * needed by a project. Run the `storybook` command to explore them * interactively. * @packageDocumentation */ export * from "./src/components/index.js"; export * from "./src/context/index.js"; export * from "./src/hooks/index.js"; export * from "./src/clients/index.js"; //# sourceMappingURL=client-ui.js.map