Run npm run build:docs

This commit is contained in:
Eric Liu 2025-03-08 11:19:38 -08:00
commit 84c30098fb
3 changed files with 39 additions and 0 deletions

View file

@ -31,6 +31,20 @@ type $Props = {
*/
text?: string;
/**
* Specify an icon tooltip.
* This only works if `text` or a named slot "text" is not provided.
* @default undefined
*/
iconDescription?: string;
/**
* Set the alignment of the tooltip relative to the icon.
* This only works if `iconDescription` is provided.
* @default "center"
*/
tooltipAlignment?: "start" | "center" | "end";
/**
* Obtain a reference to the button HTML element
* @default null