baseui
Version:
A React Component library implementing the Base design language
11 lines (10 loc) • 2.77 kB
TypeScript
import * as React from 'react';
declare const ModalButton: React.ForwardRefExoticComponent<Omit<Omit<import("../button").ButtonProps, "children"> & {
children?: React.ReactNode | ((props: {
isHovered: boolean;
isPressed: boolean;
isFocused: boolean;
artworkSize: string;
}) => React.ReactNode);
} & Omit<any, "size" | "disabled" | "target" | "type" | "href" | "aria-describedby" | "aria-label" | "aria-labelledby" | "children" | "onClick" | "overrides" | "colors" | "startEnhancer" | "endEnhancer" | "isLoading" | "kind" | "backgroundSafe" | "minHitArea" | "isSelected" | "shape" | "widthType" | keyof import("../button").SharedStyleProps> & import("../button").SharedStyleProps<"symbol" | "object" | React.ComponentClass<any, any> | React.FunctionComponent<any> | "progress" | "text" | "ruby" | "table" | "small" | "embed" | "pre" | "caption" | "menu" | "center" | "clipPath" | "filter" | "mask" | "marker" | "button" | "meter" | "textarea" | "style" | "sub" | "circle" | "menuitem" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "sup" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "animate" | "animateMotion" | "animateTransform" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view">, "ref"> & React.RefAttributes<HTMLButtonElement>>;
export default ModalButton;