UNPKG

shineout

Version:

A components library for React

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