@swc-react/action-button
Version:
React and Next.js wrapper of the @spectrum-web-components/action-button component
9 lines (8 loc) • 434 B
TypeScript
import type { EventName } from '@lit/react';
import { ActionButton as SpActionButton } from '@spectrum-web-components/action-button';
import '@spectrum-web-components/action-button/sp-action-button.js';
export declare const ActionButton: import("@lit/react").ReactWebComponent<SpActionButton, {
longpress: EventName<CustomEvent<any>>;
change: EventName<Event>;
}>;
export type ActionButtonType = EventTarget & SpActionButton;