UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

10 lines (8 loc) 391 B
import { defineGpStories } from "@seasketch/geoprocessing/storybook"; // Register to generate stories for each example sketch and its gp function smoke test output export const storyConfig = defineGpStories({ componentName: "SizeReport", /** Relative path to React component from this config file */ componentPath: "./SizeReport.tsx", title: "Project/ReportClients/SizeReport", });