@pzerelles/headlessui-svelte 2.1.2-next.21 → 2.1.2-next.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,7 +11,7 @@ export type PopoverButtonSlot = {
|
|
|
11
11
|
export type PopoverButtonPropsWeControl = "aria-controls" | "aria-expanded";
|
|
12
12
|
export type PopoverButtonComponentProps = {
|
|
13
13
|
disabled?: boolean;
|
|
14
|
-
|
|
14
|
+
autofocus?: boolean;
|
|
15
15
|
};
|
|
16
16
|
export type PopoverButtonProps<TTag extends ElementType = typeof DEFAULT_BUTTON_TAG> = Props<TTag, PopoverButtonSlot, PopoverButtonPropsWeControl, PopoverButtonComponentProps>;
|
|
17
17
|
declare class __sveltets_Render<TTag extends ElementType = typeof DEFAULT_BUTTON_TAG> {
|