@exadel/esl
Version:
Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components
9 lines (8 loc) • 370 B
TypeScript
import { ESLShareBaseAction } from '../core/esl-share-action';
import type { ESLShareButton } from '../core/esl-share-button';
/** Print action {@link ESLShareBaseAction} implementation */
export declare class ESLSharePrintAction extends ESLShareBaseAction {
static readonly is: string;
/** Does an action to share */
share($button: ESLShareButton): void;
}