UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

12 lines (11 loc) 185 B
export interface BPoi { address?: string; point?: { lng: number; lat: number; }; pointN?: any; title?: string; uid?: string; url?: string; }