We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be12166 commit ee76e52Copy full SHA for ee76e52
lib/core/index.d.ts
@@ -1,3 +1,8 @@
1
+export {
2
+ setTimeout as scheduleTimeout,
3
+ clearTimeout as cancelTimeout
4
+};
5
+
6
type Props = Record<string, any>;
7
8
interface JSXElement {
package.json
@@ -1,6 +1,6 @@
{
"name": "fiddlehead",
- "version": "1.8.0",
+ "version": "1.8.1",
"description": "A lightweight library to build user interfaces with JSX and hooks.",
"keywords": [
"vdom",
0 commit comments