@fluid-topics/ft-search-period-filter 1.2.28 → 1.2.30
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.
|
@@ -18,7 +18,7 @@ export declare class FtSearchPeriodFilter extends FtSearchPeriodFilter_base impl
|
|
|
18
18
|
constructor();
|
|
19
19
|
get metadataKey(): string;
|
|
20
20
|
protected update(props: PropertyValues): void;
|
|
21
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
21
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
22
22
|
private setPeriodFilter;
|
|
23
23
|
private header;
|
|
24
24
|
}
|