UNPKG

@hmlr/govuk-react-components-library

Version:

These are common component use for React applications based on GDS and govuk-frontend

5 lines (4 loc) 266 B
import { SourceDeterminer } from "./PDFViewer.types"; export declare const _base64ToArrayBuffer: (base64: string) => ArrayBuffer; export declare const isBase64: (value: string) => boolean; export declare const ResolvePDFSource: (source: string) => SourceDeterminer;