UNPKG

lml-main

Version:

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

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