UNPKG
hele
Version:
latest (0.17.1)
0.17.1
0.17.0
0.16.0
0.15.0
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A front-end UI lib.
github.com/huang2002/hele/wiki
huang2002/hele
hele
/
typings
/
createFactory.d.ts
4 lines
(3 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
import
{
RawProps
}
from
"./props"
;
import
{
ComponentGetter
,
ComponentFactory
}
from
"./Component"
;
export
declare
function
createFactory<P
extends
RawProps
=
RawProps
>(
type
:
string
|
ComponentGetter
<P>):
ComponentFactory
<P>;