@jupyterlab/git
Version:
A JupyterLab extension for version control using git
16 lines (15 loc) • 791 B
TypeScript
export declare const fileChangedLabelStyle: string;
export declare const fileChangedLabelAddedStyle: string;
export declare const fileChangedLabelDeletedStyle: string;
export declare const fileChangedLabelModifiedStyle: string;
export declare const fileChangedLabelInfoStyle: string;
export declare const selectedFileChangedLabelStyle: string;
export declare const fileStyle: string;
export declare const fileClickableStyle: string;
export declare const selectedFileStyle: string;
export declare const fileGitButtonStyle: string;
export declare const fileButtonStyle: string;
export declare const gitMarkBoxStyle: string;
export declare const checkboxLabelStyle: string;
export declare const checkboxLabelContainerStyle: string;
export declare const checkboxLabelLastContainerStyle: string;