UNPKG
@chalkbooks/react-doc-viewer
Version:
latest (1.15.0)
1.15.0
1.14.0
1.13.0
File viewer for React.
cyntler.github.io/react-doc-viewer
@chalkbooks/react-doc-viewer
/
dist
/
esm
/
utils
/
getFileName.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
{
IDocument
}
from
".."
;
export
declare
const
getFileName
:
(
document
:
IDocument
|
undefined
,
retainURLParams
:
boolean
) =>
string
;