mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-02 22:17:18 +01:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
export interface IPdfProps {
|
|
pdfUrl: string | null
|
|
pdfIsLoading: boolean
|
|
pdfError: string | null
|
|
}
|