UNPKG

@wulperstudio/cms

Version:
13 lines (12 loc) 320 B
import { ReactNode } from 'react'; export interface OutputTableListModel { showDivider?: boolean; data: { bottomTextPrimary?: ReactNode; bottomTextSecondary?: ReactNode; information: Array<{ textPrimary?: ReactNode; textSecondary?: ReactNode; }>; }; }