mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
10 lines
453 B
TypeScript
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;
|