mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
fix all type errors
This commit is contained in:
5
interfaces/IPdfProps.ts
Normal file
5
interfaces/IPdfProps.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface IPdfProps {
|
||||
pdfUrl: string | null
|
||||
pdfIsLoading: boolean
|
||||
pdfError: string | null
|
||||
}
|
||||
Reference in New Issue
Block a user