3 lines
153 B
TypeScript
3 lines
153 B
TypeScript
|
import type { ReactiveElement } from 'lit';
|
||
|
export declare const defaultValue: (propertyName?: string) => (proto: ReactiveElement, key: string) => void;
|