UNPKG
@udraft/cursor
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
uDraft Cursor enables you to declarative write code generators!
@udraft/cursor
/
dist
/
shortcuts
/
entities.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
{
UCursor
}
from
"../entities/cursor"
;
export
declare
const
uCursor
: <
Type
extends
Record
<
string
,
any
>>
() =>
UCursor
<
Type
>;