Initial commit — Pokemon Doors Randomiser
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Hook for getting the visible edge ids from the store.
|
||||
*
|
||||
* @internal
|
||||
* @param onlyRenderVisible
|
||||
* @returns array with visible edge ids
|
||||
*/
|
||||
export declare function useVisibleEdgeIds(onlyRenderVisible: boolean): string[];
|
||||
//# sourceMappingURL=useVisibleEdgeIds.d.ts.map
|
||||
Reference in New Issue
Block a user