UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

27 lines (26 loc) 1.34 kB
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { IPagesContent } to '@mikezimm/fps-core-v7/lib/components/molecules/source-props/SitePages/IPagesContent;' */ import * as React from 'react'; import { IItemPaneProps, IItemPaneState } from './IItemPaneProps'; export default class ItemPane extends React.Component<IItemPaneProps, IItemPaneState> { private ToggleJSONCmd; constructor(props: IItemPaneProps); componentDidMount(): Promise<void>; updateWebInfo(webUrl: string, listChangeOnly: boolean): Promise<void>; /*** * d8888b. d888888b d8888b. db db d8888b. d8888b. .d8b. d888888b d88888b * 88 `8D `88' 88 `8D 88 88 88 `8D 88 `8D d8' `8b `~~88~~' 88' * 88 88 88 88 88 88 88 88oodD' 88 88 88ooo88 88 88ooooo * 88 88 88 88 88 88 88 88~~~ 88 88 88~~~88 88 88~~~~~ * 88 .8D .88. 88 .8D 88b d88 88 88 .8D 88 88 88 88. * Y8888D' Y888888P Y8888D' ~Y8888P' 88 Y8888D' YP YP YP Y88888P * * */ componentDidUpdate(prevProps: IItemPaneProps): void; render(): React.ReactElement<IItemPaneProps>; private _toggleJSON; } //# sourceMappingURL=component.d.ts.map