✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
10
packages/forge/core/zod/index.ts
Normal file
10
packages/forge/core/zod/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { z } from 'zod'
|
||||
import {
|
||||
extendWithTypebotLayout,
|
||||
ZodLayoutMetadata,
|
||||
} from './extendWithTypebotLayout'
|
||||
|
||||
extendWithTypebotLayout(z)
|
||||
|
||||
export { z }
|
||||
export type { ZodLayoutMetadata }
|
||||
Reference in New Issue
Block a user