UNPKG

lml-main

Version:

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

8 lines (7 loc) 276 B
import * as React from 'react'; import { DrawerRootComponentProps } from 'cosmoui'; export interface JobDetailsDrawerProps extends DrawerRootComponentProps { } export declare class JobDetailsDrawer extends React.Component<JobDetailsDrawerProps> { render(): JSX.Element; }