UNPKG

@hirebus/academy

Version:

React component library for academy and learning platforms

10 lines (8 loc) 255 B
import { default as React } from 'react'; interface TableInfoContainerProps { children: React.ReactNode; colSpan?: number; className?: string; } export declare const TableInfoContainer: React.FC<Readonly<TableInfoContainerProps>>; export {};