UNPKG

@egjs/grid

Version:

A component that can arrange items according to the type of grids

5 lines (4 loc) 138 B
declare function find_path(graph: (x: string) => ({ [key: string]: number; }), s: string, d: string): string[]; export { find_path };