@aws/mynah-ui 3.0.1 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,6 +9,8 @@ export interface ISelectCodeSnippetEvent {
|
|
|
9
9
|
export declare class CodeSnippet {
|
|
10
10
|
private readonly _props;
|
|
11
11
|
private readonly _render;
|
|
12
|
+
private snippetWidget;
|
|
13
|
+
lastCodeSnippet: string;
|
|
12
14
|
constructor(props: ICodeSnippetProps);
|
|
13
15
|
get render(): ExtendedHTMLElement;
|
|
14
16
|
readonly updateSelectedCodeSnippet: (selectedCodeSnippet: string | undefined) => void;
|