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
/
InputErrors
/
index.d.ts
3 lines
(2 loc)
•
177 B
TypeScript
View Raw
1
2
3
import
{
InputErrors
,
IInputErrorsProps
,
TError
,
TErrorName
,
TErrorMessage
}
from
'./InputErrors'
;
export
{
InputErrors
,
IInputErrorsProps
,
TError
,
TErrorName
,
TErrorMessage
};