UNPKG

@table-utils/jsx-table

Version:

A simple, accessible table view.

5 lines (4 loc) 143 B
import * as React from 'react'; export declare type As<P = any> = { as?: keyof React.ReactHTML | React.FC<P> | React.ComponentClass<P>; };