UNPKG

@cimpress/react-components

Version:
7 lines 269 B
import React from 'react'; import { PropInfo } from './PropInfo'; export interface PropsTableProps<T> { propInfos: PropInfo<T>[]; } export declare function PropsTable<T>({ propInfos }: PropsTableProps<T>): React.JSX.Element; //# sourceMappingURL=PropsTable.d.ts.map