Skip to content

Commit 2fefef8

Browse files
TypeScript interop structure
1 parent a0a2963 commit 2fefef8

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

Diff for: pages/docs/manual/latest/bind-to-ts-object.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Bind to TS Object"
3+
description: "Interop with TS objects in ReScript"
4+
canonical: "/docs/manual/latest/bind-to-ts-object"
5+
---
6+
7+
# Bind to TS Object

Diff for: pages/docs/manual/latest/bind-to-ts-primitive.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Bind to TS primitive values"
3+
description: "Interop with TS primitives in ReScript"
4+
canonical: "/docs/manual/latest/bind-to-ts-primitive"
5+
---
6+
7+
# Bind to TS Primitives

Diff for: pages/docs/manual/latest/bind-to-ts-variant.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Bind variants to TS"
3+
description: "Interop with ReScript variants in TypeScript"
4+
canonical: "/docs/manual/latest/bind-to-ts-variant"
5+
---
6+
7+
# Bind to TS Object

0 commit comments

Comments
 (0)