UNPKG
inegicomponentes-tabulador
Version:
latest (2.3.2)
2.3.2
2.3.1
2.3.0
Componentes de visualizacion 2023 - Tabuladores
inegicomponentes-tabulador
/
src
/
componentes
/
graficas
/
index.js
7 lines
(6 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Linea
from
'./linea'
import
Barra
from
'./barra'
export
{
Linea
,
Barra
}