@techabl/core-components
Version:
Easy use restyle components in React applications.
9 lines • 314 B
TypeScript
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