UNPKG

@nile-ui/nile-ui

Version:

Modern and beautiful looking component designs

13 lines (12 loc) 298 B
import { NileColor } from "../../uiTypes"; export interface TableProps extends React.DetailedHTMLProps< React.HTMLAttributes<HTMLTableElement>, HTMLTableElement > { color?: NileColor flat?: boolean striped?: boolean square?: boolean bordered?: boolean hoverable?: boolean }