UNPKG
anvisa-med
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Biblioteca para acessar medicamentos na ANVISA
anvisa-med
/
dist
/
index.d.ts
4 lines
(3 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
import
{ getByAutoCompleteByName }
from
"./common"
;
import
{
SearchPill
}
from
"./searchPill"
;
export
{
SearchPill
, getByAutoCompleteByName };