UNPKG

lml-main

Version:

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

4 lines (3 loc) 212 B
import { OpenDrawerAction, CloseDrawerAction } from 'cosmoui'; export declare const openPlaceFormDrawer: (placeId: string) => OpenDrawerAction; export declare const closePlaceFormDrawer: () => CloseDrawerAction;