activity-grid
Version:
A customizable activity grid component similar to GitHub's contribution graph
7 lines (6 loc) • 312 B
TypeScript
export declare function customElement(tagName: string): (target: CustomElementConstructor) => void;
export declare function property<T>(options?: {
type: any;
attribute?: string;
}): (target: any, propertyKey: string) => void;
export declare function state(): (target: any, propertyKey: string) => void;