UNPKG
@namefully/react
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
namefully for React
namefully.netlify.com
ralflorent/namefully-react
@namefully/react
/
dist
/
lib
/
index.d.ts
6 lines
(5 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Main entrypoint for Namefully */
export
*
from
'./Namefully'
;
export
{
default
as
Namefully
}
from
'./Namefully'
;