UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

4 lines (3 loc) 201 B
import { PopupFooterProps } from './Popup.interface'; import React from 'react'; export declare const PopupFooter: React.ForwardRefExoticComponent<PopupFooterProps & React.RefAttributes<HTMLElement>>;