UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

7 lines 190 B
export interface SampleRowData { status: string; location: string; lastModified: string; } export declare const rows: SampleRowData[]; //# sourceMappingURL=sampleDataRTL.d.ts.map