UNPKG

payzli-ui

Version:

A custom react components library

5 lines (4 loc) 159 B
import React from "react"; import { IPopoverProps } from "../../models/IPopoverProps"; declare const Popover: React.FC<IPopoverProps>; export default Popover;