UNPKG

@cimpress/react-components

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