UNPKG

react-super-responsive-table

Version:

react-super-responsive-table converts your table data to a user-friendly list in mobile view.

8 lines (7 loc) 257 B
import { OmitProps } from '../types'; export declare const allowed: ({ inHeader, columnKey, headers, forwardedRef, ...rest }: OmitProps) => { className?: string; colSpan?: number; children?: import("react").ReactNode; }; export default allowed;