@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
15 lines (14 loc) • 429 B
TypeScript
export declare const PDFVIEWERPAGE_CLASSNAME = "k-page";
export type KendoPDFViewerPageProps = {
width?: string;
height?: string;
};
export declare const PDFViewerPage: {
(props: KendoPDFViewerPageProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
className: string;
defaultOptions: {
width: string;
height: string;
};
};
export default PDFViewerPage;