UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

10 lines (9 loc) 484 B
/** * 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 { ICustomPanel } from './ICustomPanel'; export declare function CustomPanel(props: ICustomPanel): JSX.Element; //# sourceMappingURL=CustomPanel.d.ts.map