UNPKG

box-ui-elements

Version:
7 lines (6 loc) 203 B
import * as React from 'react'; interface Props { onClick: () => void; } declare const OpenContentInsightsButton: ({ onClick }: Props) => React.JSX.Element; export default OpenContentInsightsButton;