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 {
source: object | string;
controls: string[];
loadingText: string;
renderingText: string;
controls?: string[];
loadingText?: string;
renderingText?: string;
}
export interface VuePdfViewerData {
isLoading: boolean,