@jupyterlab/git
Version:
A JupyterLab extension for version control using git
23 lines (22 loc) • 962 B
TypeScript
import { LabIcon } from '@jupyterlab/ui-components';
export declare const gitIcon: LabIcon;
export declare const addIcon: LabIcon;
export declare const branchIcon: LabIcon;
export declare const cloneIcon: LabIcon;
export declare const compareWithSelectedIcon: LabIcon;
export declare const deletionsMadeIcon: LabIcon;
export declare const desktopIcon: LabIcon;
export declare const diffIcon: LabIcon;
export declare const discardIcon: LabIcon;
export declare const insertionsMadeIcon: LabIcon;
export declare const historyIcon: LabIcon;
export declare const mergeIcon: LabIcon;
export declare const openIcon: LabIcon;
export declare const pullIcon: LabIcon;
export declare const pushIcon: LabIcon;
export declare const removeIcon: LabIcon;
export declare const rewindIcon: LabIcon;
export declare const selectForCompareIcon: LabIcon;
export declare const tagIcon: LabIcon;
export declare const trashIcon: LabIcon;
export declare const verticalMoreIcon: LabIcon;