UNPKG

opendash

Version:

open.DASH data visualization framework

7 lines (6 loc) 193 B
import * as React from "react"; interface Props { style?: React.CSSProperties; } export declare function LinkedDataItemHistoryOptionsPicker({ style }: Props): JSX.Element; export {};