add hw2
This commit is contained in:
18
node_modules/mermaid/dist/diagrams/block/styles.d.ts
generated
vendored
Normal file
18
node_modules/mermaid/dist/diagrams/block/styles.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/** Returns the styles given options */
|
||||
export interface BlockChartStyleOptions {
|
||||
arrowheadColor: string;
|
||||
border2: string;
|
||||
clusterBkg: string;
|
||||
clusterBorder: string;
|
||||
edgeLabelBackground: string;
|
||||
fontFamily: string;
|
||||
lineColor: string;
|
||||
mainBkg: string;
|
||||
nodeBorder: string;
|
||||
nodeTextColor: string;
|
||||
tertiaryColor: string;
|
||||
textColor: string;
|
||||
titleColor: string;
|
||||
}
|
||||
declare const getStyles: (options: BlockChartStyleOptions) => string;
|
||||
export default getStyles;
|
||||
Reference in New Issue
Block a user