UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

7 lines (6 loc) 218 B
import React, { ReactNode } from "react"; export interface KeySectionProps { children: ReactNode; style?: object; } export declare const KeySection: ({ children, style }: KeySectionProps) => React.JSX.Element;