sudovanilla-website/public/@shoelace-style/shoelace/cdn/internal/default-value.d.ts
2024-05-13 23:34:06 -04:00

2 lines
153 B
TypeScript

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