chore: types
parent
c216f1040c
commit
ef2abf1dec
|
|
@ -4,9 +4,9 @@ export default VuePdfViewer;
|
|||
|
||||
export interface VuePdfViewerProps {
|
||||
source: object | string;
|
||||
controls: string[];
|
||||
loadingText: string;
|
||||
renderingText: string;
|
||||
controls?: string[];
|
||||
loadingText?: string;
|
||||
renderingText?: string;
|
||||
}
|
||||
export interface VuePdfViewerData {
|
||||
isLoading: boolean,
|
||||
|
|
|
|||
Loading…
Reference in New Issue