UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 100 B
export interface CnPopoverRef { show: () => void; hide: () => void; visible: boolean; }