UNPKG
react-doc-viewer-x
Version:
latest (1.17.9)
1.17.9
1.17.8
1.17.7
1.17.6
1.17.5
1.17.4
1.17.3
1.17.2
1.17.1
File viewer for React.
cyntler.github.io/react-doc-viewer
react-doc-viewer-x
/
dist
/
utils
/
getFileName.d.ts
4 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
import
{
IDocument
}
from
'..'
;
export
declare
const
getFileName
:
(
document
:
IDocument
|
undefined
,
retainURLParams
:
boolean
) =>
string
;