UNPKG

@macrostrat/column-components

Version:

React rendering primitives for stratigraphic columns

8 lines (7 loc) 130 B
export interface NoteData { height: number; note: string; top_height?: number; symbol?: string; id?: string | number; }