UNPKG

lml-main

Version:

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

10 lines (9 loc) 244 B
import * as React from 'react'; export interface JobInfoNodeProps { icon?: string; iconSize?: number; } export declare class JobStopItem extends React.Component<JobInfoNodeProps> { render(): JSX.Element; private renderIcon(); }