diff --git a/src/content/api-reference/helpers.ts b/src/content/api-reference/helpers.ts index a260e62b4..f2d2c1c4a 100644 --- a/src/content/api-reference/helpers.ts +++ b/src/content/api-reference/helpers.ts @@ -8,7 +8,7 @@ export const asChild = { description: "Whether to use [render delegation](/docs/delegation) with this component or not." }; -export const builderSlotProp: PropSchema = { +const builderSlotProp: PropSchema = { type: { type: C.OBJECT, definition: "{ [k: string]: any; action: Action }" @@ -27,8 +27,7 @@ export const attrsSlotProp: PropSchema = { }; export const builderAndAttrsSlotProps: Record = { - builder: builderSlotProp, - attrs: attrsSlotProp + builder: builderSlotProp }; export const monthsSlotProp: PropSchema = {