@lumina-study/graph
Version:
Graph library for Lumina Study
11 lines • 396 B
TypeScript
declare const BlockStyle: {
readonly complete: "complete";
readonly normal: "normal";
readonly inProgress: "inProgress";
readonly quarterProgress: "quarterProgress";
readonly halfProgress: "halfProgress";
readonly threeQuarterProgress: "threeQuarterProgress";
};
export type BlockStyleType = keyof typeof BlockStyle;
export {};
//# sourceMappingURL=BlockStyleType.d.ts.map