UNPKG

@techabl/core-components

Version:
9 lines 314 B
import { Style } from '@react-pdf/types'; interface PdfImageProps { src?: string | any; style?: Style | Style[]; fixed?: boolean; } export declare const PdfImage: ({ src, style, }: PdfImageProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=pdf-images.components.d.ts.map