Files
pdfer/interfaces/IPdfProps.ts
2021-02-25 00:35:03 +01:00

6 lines
105 B
TypeScript

export interface IPdfProps {
pdfUrl: string | null
pdfIsLoading: boolean
pdfError: string | null
}