UNPKG

lml-main

Version:

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

6 lines (5 loc) 219 B
import * as React from 'react'; import { StylableComponentProps } from 'cosmoui'; export interface PlacesByPartnerProps extends StylableComponentProps { } export declare const PlacesByPartner: React.ComponentClass<{}>;