UNPKG
@flowie-app/ocr-extractor
Version:
latest (1.0.0)
1.0.0
Ocr extractor for React
github.com/maxence-flowie/ocr-extractor
maxence-flowie/ocr-extractor
@flowie-app/ocr-extractor
/
dist
/
src
/
utils
/
layer.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
import
{
AnnotationLayers
}
from
'../common/types'
;
export
declare
const
clearLayers
:
(
layers
:
AnnotationLayers
) =>
void
;