@alegendstale/holly-components
Version:
Reusable UI components created using lit
6 lines • 355 B
TypeScript
import { ReactiveElement } from 'lit';
type PartMap = string | Record<string, string>;
/** Property decorator that exposes parts and updates them when the property changes. */
export declare function exposeParts<T extends ReactiveElement>(partMap: PartMap[]): (proto: T, key: string & keyof T) => void;
export {};
//# sourceMappingURL=ExposeParts.d.ts.map