UNPKG
@uicapivara/cp-counter
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
cp-counter
@uicapivara/cp-counter
/
src
/
index.ts
7 lines
(5 loc)
•
168 B
text/typescript
View Raw
1
2
3
4
5
6
7
/* Component created by capivara-cli https://capivarajs.github.io/ */
import
{
CapivaraCounter
}
from
'./component/counter.component'
;
export
{
CapivaraCounter
};