UNPKG

@datalayer/core

Version:
9 lines (8 loc) 274 B
type DatalayerBoxProps = { id?: string; title: string; linkLabel?: string; linkRoute?: string; }; export declare const DatalayerBox: (props: React.PropsWithChildren<DatalayerBoxProps>) => import("react/jsx-runtime").JSX.Element; export default DatalayerBox;