Sha256: ffc768779ef25258ae3603f9e59be888a8fa260fdca96e56902be4fa491bd9f9

Contents?: true

Size: 382 Bytes

Versions: 2

Compression:

Stored size: 382 Bytes

Contents

import React from 'react';
declare type TableRowPropTypes = {
    aria?: {
        [key: string]: string;
    };
    children: React.ReactNode[] | React.ReactNode;
    className: string;
    data?: {
        [key: string]: string;
    };
    id?: string;
    sideHighlightColor: string;
};
declare const TableRow: (props: TableRowPropTypes) => JSX.Element;
export default TableRow;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_table/_table_row.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_table/_table_row.d.ts