UNPKG

@while-and-for/tremor-react

Version:

The React library to build dashboards faster.

7 lines (6 loc) 175 B
import React from "react"; interface NoDataProps { noDataText?: string; } declare const NoData: ({ noDataText }: NoDataProps) => React.JSX.Element; export default NoData;