UNPKG

fapiao

Version:

a simple fapiao react component

10 lines (9 loc) 361 B
import React from "react"; interface AutoCompleteDropdownProps { children?: React.ReactNode; targetEl?: HTMLInputElement | HTMLDivElement | null; className?: string; style?: React.CSSProperties; } export declare const Popover: React.ForwardRefExoticComponent<AutoCompleteDropdownProps & React.RefAttributes<HTMLDivElement>>; export {};