UNPKG

apphouse

Version:

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

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