UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

15 lines (13 loc) 646 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"; // Fixes interface export issue with webpack - https://github.com/webpack/webpack/issues/7378#issuecomment-683894656 export type { FilterSelectTableOptions } from "./src/components/table/FilterSelectTable.js"; export * from "./src/context/index.js"; export * from "./src/hooks/index.js"; export * from "./src/clients/index.js";