UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (7 loc) 303 B
import * as React from 'react'; import { StylableComponentProps } from 'cosmoui'; import { JobLabelModel } from '@lml/cosmo-ts-data'; export interface JobLabelTableRowProps extends StylableComponentProps { jobLabel: JobLabelModel; } export declare const JobLabelTableRow: React.ComponentClass<any>;