UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

6 lines (5 loc) 199 B
/** * Default decorator. Create additional building on StoryLayout for more sophisticated needs */ export declare const CardDecorator: (storyFn: any) => JSX.Element; export default CardDecorator;