UNPKG

@patternfly/react-core

Version:

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

11 lines 291 B
export interface SampleDataRow { name: string; threads: number; applications: number; workspaces: number; lastModified: string; url: string; } export declare const columns: string[]; export declare const rows: SampleDataRow[]; //# sourceMappingURL=sampleData.d.ts.map