feat: loosen up the zod validations and return null instead of throwing
This commit is contained in:
@@ -6,4 +6,5 @@ export interface FootnoteProps
|
||||
extends Omit<React.HTMLAttributes<HTMLParagraphElement>, "color">,
|
||||
VariantProps<typeof footnoteVariants> {
|
||||
asChild?: boolean
|
||||
fontOnly?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user