-
Notifications
You must be signed in to change notification settings - Fork 1
/
lui-link.js
29 lines (28 loc) · 1.08 KB
/
lui-link.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
@type {typeof import('lui/index')}
*/
export const lui_ = lui;
export const defer = lui_.defer;
export const defer_end = lui_.defer_end;
export const dom_define = lui_.dom_define;
export const hook_assert = lui_.hook_assert;
export const hook_async = lui_.hook_async;
export const hook_callback = lui_.hook_callback;
export const hook_delay = lui_.hook_delay;
export const hook_dom = lui_.hook_dom;
export const hook_effect = lui_.hook_effect;
export const hook_map = lui_.hook_map;
export const hook_memo = lui_.hook_memo;
export const hook_model = lui_.hook_model;
export const hook_object_changes = lui_.hook_object_changes;
export const hook_prev = lui_.hook_prev;
export const hook_rerender = lui_.hook_rerender;
export const hook_state = lui_.hook_state;
export const hook_static = lui_.hook_static;
export const hook_sub = lui_.hook_sub;
export const hook_transition = lui_.hook_transition;
export const init = (fn, dom, props) => lui_.init(fn, dom, props);
export const node = lui_.node;
export const node_dom = lui_.node_dom;
export const node_map = lui_.node_map;
export const now = lui_.now;