7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
import * as React from 'react';
|
|
import type { IPanelProps } from './Panel.types';
|
|
/**
|
|
* Panel description
|
|
*/
|
|
export declare const Panel: React.FunctionComponent<IPanelProps>;
|