UNPKG

@appbuckets/react-ui

Version:
10 lines (9 loc) 242 B
import * as React from 'react'; export interface BodyRowProps { /** The row index */ index: number; /** Row Style */ style?: React.CSSProperties; } declare const BodyRow: React.FunctionComponent<BodyRowProps>; export default BodyRow;