mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
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;
|