UNPKG
ontime-components
Version:
latest (2.0.0)
2.0.0
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.0
List of react components
github.com/OntimeLengo/ontime-components
OntimeLengo/ontime-components
ontime-components
/
build
/
components
/
Radio
/
index.d.ts
4 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
import
{
Radio
}
from
'./Radio'
;
import
{
RadioGroup
}
from
'./RadioGroup'
;
export
{
Radio
,
RadioGroup
};