UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 234 B
import { BillingOutputModel } from './BillingOutput.types'; declare const BillingOutput: <T extends object>({ data, columns, ...props }: BillingOutputModel<T>) => import("react/jsx-runtime").JSX.Element; export default BillingOutput;