@sky-mavis/tanto-widget
Version:
Tanto Widget
4 lines (3 loc) • 361 B
TypeScript
import type { ButtonProps, IconButtonProps } from './Button.types';
export declare function Button({ intent, variant, shape, size, children, ...rest }: ButtonProps): import("@emotion/react/jsx-runtime").JSX.Element;
export declare function IconButton({ intent, variant, size, icon, ...rest }: IconButtonProps): import("@emotion/react/jsx-runtime").JSX.Element;