7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
import * as React from 'react';
|
|
import type { IPopupProps } from './Popup.types';
|
|
/**
|
|
* This adds accessibility to Dialog and Panel controls
|
|
*/
|
|
export declare const Popup: React.FunctionComponent<IPopupProps>;
|