@pdf-viewer/react
Version:
The PDF Viewer component for React and Next.js
10 lines (9 loc) • 323 B
TypeScript
interface Props {
toolbarRef: HTMLDivElement | null;
className?: string;
style?: React.CSSProperties;
}
export declare const LayoutContainer: import('react').ForwardRefExoticComponent<Props & {
children?: import('react').ReactNode | undefined;
} & import('react').RefAttributes<HTMLDivElement>>;
export {};