@macrostrat/column-components
Version:
React rendering primitives for stratigraphic columns
6 lines (5 loc) • 309 B
TypeScript
declare const LithologyPicker: (props: any) => import('react').FunctionComponentElement<any>;
declare const LithologySymbolPicker: (props: any) => import('react').ReactElement<{
className: string;
}, string | import('react').JSXElementConstructor<any>>;
export { LithologyPicker, LithologySymbolPicker };