chore: types
parent
c216f1040c
commit
ef2abf1dec
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue