UNPKG
@thetechcompany/react-flow-renderer
Version:
latest (8.0.0)
8.0.0
``` npm install react-flow-renderer ```
wbkd/react-flow
@thetechcompany/react-flow-renderer
/
dist
/
additional-components
/
Background
/
utils.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
export
declare
const
createGridLinesPath
:
(
scaledGap
:
number
,
strokeWidth
:
number
,
stroke
:
string
) =>
string
;
export
declare
const
createGridDotsPath
:
(
size
:
number
,
fill
:
string
) =>
string
;