payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
27 lines • 845 B
TypeScript
export declare const diffStyles: {
variables: {
dark: {
addedBackground: string;
addedColor: string;
diffViewerBackground: string;
diffViewerColor: string;
emptyLineBackground: string;
removedBackground: string;
removedColor: string;
wordAddedBackground: string;
wordRemovedBackground: string;
};
light: {
addedBackground: string;
addedColor: string;
diffViewerBackground: string;
diffViewerColor: string;
emptyLineBackground: string;
removedBackground: string;
removedColor: string;
wordAddedBackground: string;
wordRemovedBackground: string;
};
};
};
//# sourceMappingURL=styles.d.ts.map