UNPKG
react-aiwriter
Version:
latest (1.0.0)
1.0.0
Typewriter effect inspired by ChatGPT ⌨️
github.com/mxmzb/react-aiwriter
mxmzb/react-aiwriter
react-aiwriter
/
dist
/
util.d.ts
3 lines
•
215 B
TypeScript
View Raw
1
2
3
export
declare
const
getStringPosition
:
(
string
:
string
,
subString
:
string
,
index
:
number
) =>
number
;
export
declare
const
getCurrentNodeOverflow
:
(
arr
:
any
,
pos
:
any
) =>
number
[];
//# sourceMappingURL=util.d.ts.map