Files
crawlab/frontend/crawlab-ui/typings/components/ui/file/FileDiff.vue.d.ts

10 lines
453 B
TypeScript

type __VLS_Props = {
filePath?: string;
diff?: GitDiff;
readonly: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
readonly: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;