@revotech-group/revotech-ui-kit 0.1.28 → 0.1.29
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.
|
@@ -6,6 +6,7 @@ export declare class LightSampleDemo extends BaseElement {
|
|
|
6
6
|
private inputValue;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
|
+
defaultValue: string;
|
|
9
10
|
render(): import('lit').TemplateResult<1>;
|
|
10
11
|
}
|
|
11
12
|
declare global {
|
package/package.json
CHANGED