UNPKG

pagamio-frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

7 lines (6 loc) 175 B
import type { FC } from 'react'; interface NoChartDataProps { onSwitchToTable?: () => void; } declare const NoChartData: FC<NoChartDataProps>; export default NoChartData;