UNPKG

@jupyterlab/git

Version:

A JupyterLab extension for version control using git

15 lines (14 loc) 723 B
export declare const commitFormClass: string; export declare const dirtyStagedFilesWarningBoxClass: string; export declare const dirtyStagedFilesWarningBoxHeaderClass: string; export declare const dirtyStagedFilesWarningBoxContentClass: string; export declare const commitSummaryClass: string; export declare const commitDescriptionClass: string; export declare const commitButtonClass: string; export declare const commitVariantSelector: string; export declare const commitInputWrapperClass: string; export declare const commitPaperClass: string; export declare const commitVariantText: string; export declare const commitRoot: string; export declare const activeStyle: string; export declare const disabledStyle: string;