chore: types

master
丁锐 2021-12-09 15:33:55 +08:00
parent c216f1040c
commit ef2abf1dec
1 changed files with 3 additions and 3 deletions

6
types/index.d.ts vendored
View File

@ -4,9 +4,9 @@ export default VuePdfViewer;
export interface VuePdfViewerProps { export interface VuePdfViewerProps {
source: object | string; source: object | string;
controls: string[]; controls?: string[];
loadingText: string; loadingText?: string;
renderingText: string; renderingText?: string;
} }
export interface VuePdfViewerData { export interface VuePdfViewerData {
isLoading: boolean, isLoading: boolean,