diff --git a/apps/www/src/content/docs/components/button/props.ts b/apps/www/src/content/docs/components/button/props.ts index 6d6fabcad..682e543c2 100644 --- a/apps/www/src/content/docs/components/button/props.ts +++ b/apps/www/src/content/docs/components/button/props.ts @@ -1,3 +1,5 @@ +import { ButtonHTMLAttributes } from 'react'; + export type ButtonProps = { /** * Visual style variant @@ -41,8 +43,27 @@ export type ButtonProps = { /** Custom width for the button */ width?: string | number; - /** Boolean to merge props onto child element */ - asChild?: boolean; + /** + * Whether the component renders a native