sudovanilla-website/public/@shoelace-style/shoelace/cdn/internal/default-value.d.ts

3 lines
153 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
import type { ReactiveElement } from 'lit';
export declare const defaultValue: (propertyName?: string) => (proto: ReactiveElement, key: string) => void;