UNPKG

bento-charts

Version:
6 lines (5 loc) 161 B
declare const NoData: ({ height }: NoDataProps) => import("react/jsx-runtime").JSX.Element; interface NoDataProps { height: number; } export default NoData;