UNPKG

@swc-react/action-button

Version:

React and Next.js wrapper of the @spectrum-web-components/action-button component

5 lines (4 loc) 1.05 kB
export declare const ActionButton: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("action-button/src/ActionButton.js").ActionButton>, "type" | "size" | "download" | "label" | "href" | "target" | "rel" | "change" | "longpress" | "disabled" | "slotHasContent" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "active" | "staticColor" | "quiet" | "emphasized" | "holdAffordance" | "selected" | "toggles" | "value" | "itemText" | "focusElement" | "renderAnchor" | "selfManageFocusElement" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "manageTextObservedSlot"> & { longpress?: ((e: CustomEvent<any>) => void) | undefined; change?: ((e: Event) => void) | undefined; } & Partial<Omit<import("action-button/src/ActionButton.js").ActionButton, keyof HTMLElement>> & import("react").RefAttributes<import("action-button/src/ActionButton.js").ActionButton>>;