Skip to content

Commit ee76e52

Browse files
committed
update types
1 parent be12166 commit ee76e52

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/core/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
export {
2+
setTimeout as scheduleTimeout,
3+
clearTimeout as cancelTimeout
4+
};
5+
16
type Props = Record<string, any>;
27

38
interface JSXElement {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fiddlehead",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "A lightweight library to build user interfaces with JSX and hooks.",
55
"keywords": [
66
"vdom",

0 commit comments

Comments
 (0)