UNPKG
@snippetify/book-reader-react-component
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
React Book Reader Component
bitbucket.org/gadsda/book-reader-web-component
@snippetify/book-reader-react-component
/
dist
/
components
/
stencil-generated
/
react-component-lib
/
utils
/
dev.d.ts
3 lines
(2 loc)
•
128 B
TypeScript
View Raw
1
2
3
export
declare
const
isDevMode
:
() =>
boolean
;
export
declare
const
deprecationWarning
:
(
key
:
string
,
message
:
string
) =>
void
;