@ryusei/light
Version:
<div align="center"> <a href="https://light.ryuseijs.com"> <img alt="RyuseiLight" src="https://light.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
22 lines • 513 B
TypeScript
import { Renderer } from '../../core/Renderer/Renderer';
/**
* Default options for the Copy component.
*
* @private
*
* @since 0.0.1
*/
export declare const DEFAULT_OPTIONS: {
html: string;
activeHtml: string;
duration: number;
ariaLabel: string;
position: string;
};
/**
* The component for creating a copy button and handling click.
*
* @since 0.0.1
*/
export declare function Copy({ lines, event, options }: Renderer): void;
//# sourceMappingURL=Copy.d.ts.map