UNPKG

@lumina-study/graph

Version:

Graph library for Lumina Study

8 lines 289 B
import { BlockStyleType } from '../types'; /** * Get icon path for block style * @param style - The block style type * @returns Path to the icon or undefined */ export declare function getBlockIcon(style?: BlockStyleType): string | undefined; //# sourceMappingURL=getBlockIcon.d.ts.map