UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

4 lines (3 loc) 182 B
import { ButtonProps } from '../Button'; export type CloseButtonProps = ButtonProps; export declare const CloseButton: import('../System').CreateWuiComponent<"button", ButtonProps>;