@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
10 lines (9 loc) • 489 B
TypeScript
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52
* Update:: import { PanelType } to '@mikezimm/fps-core-v7/lib/types/@fluentUI/@7.199.1/Panel;'
* Update:: import { IAnySourceItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;'
*/
/// <reference types="react" />
import { IContentPanel } from './IContentPanel';
export declare function ContentPanel(props: IContentPanel): JSX.Element;
//# sourceMappingURL=ContentPanel.d.ts.map