UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 166 B
/// <reference types="react" /> import { PopoverProps } from './popover.type'; declare const _default: (props: PopoverProps) => JSX.Element; export default _default;