Skip to content

Commit

Permalink
update API ref
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 4, 2023
1 parent 68b96ab commit 83b2a5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/content/api-reference/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any, any, any>&nbsp;}"
Expand All @@ -27,8 +27,7 @@ export const attrsSlotProp: PropSchema = {
};

export const builderAndAttrsSlotProps: Record<string, PropSchema> = {
builder: builderSlotProp,
attrs: attrsSlotProp
builder: builderSlotProp
};

export const monthsSlotProp: PropSchema = {
Expand Down

0 comments on commit 83b2a5b

Please sign in to comment.