@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
13 lines • 473 B
TypeScript
import { JSX } from "solid-js";
import { CloseButtonProps } from "../close-button/close-button";
/**
* PopoverCloseButton is used closes the popover.
*
* You don't need to pass the `onClick` to it, it gets the
* `close` action from the popover context.
*/
export declare function PopoverCloseButton(props: CloseButtonProps): JSX.Element;
export declare namespace PopoverCloseButton {
var toString: () => string;
}
//# sourceMappingURL=popover-close-button.d.ts.map