UNPKG
galal-front-end-utils
Version:
latest (1.0.100024)
1.0.100024
1.0.100023
1.0.100022
1.0.100021
1.0.100020
1.0.100019
1.0.100018
1.0.100017
1.0.100016
1.0.100015
1.0.100014
1.0.100013
1.0.100012
1.0.100011
1.0.100010
1.0.100009
1.0.100008
1.0.100007
1.0.100006
1.0.100005
1.0.100004
1.0.100003
1.0.100002
1.0.100001
1.0.1
1.0.0
A JavaScript utilities package for front end
galal-front-end-utils
/
dist
/
inputs
/
checkbox.d.ts
5 lines
•
198 B
TypeScript
View Raw
1
2
3
4
5
import
{
CheckboxProps
}
from
'./IProps'
;
import
React
from
'react'
;
export
declare
const
checkboxObj
:
React
.
FC
<
CheckboxProps
>;
export
default
checkboxObj;
//# sourceMappingURL=checkbox.d.ts.map