UNPKG

lml-main

Version:

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

9 lines (8 loc) 275 B
import * as React from 'react'; import { DrawerInstance } from 'cosmoui'; export interface PlaceFormDrawerProps extends DrawerInstance { placeId?: string; } export declare class PlaceFormDrawer extends React.Component<PlaceFormDrawerProps> { render(): JSX.Element; }