UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

14 lines (13 loc) 551 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52 * Update:: import { IAnySourceItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;' */ /// <reference types="react" /> import { IAnySourceItem } from '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent'; export interface IGetItemEmbed { item: IAnySourceItem; width?: string; height?: string; } export declare function getItemEmbed(props: IGetItemEmbed): JSX.Element; //# sourceMappingURL=itemEmbed.d.ts.map