UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

7 lines (6 loc) 116 B
export interface TmDataTableProps { className?: string; rows?: any; columns?: any; page?: string; }