pull/7/head
Borja Robert 2 years ago
parent d4cdca6e70
commit d1ea75ca9b

@ -1,5 +1,5 @@
/**
* @typedef {{
/** @typedef {{
* top: number;
* height: number;
* right: number;
@ -8,21 +8,21 @@
* fontSize: number;
* fontFamily: string;
* lineHeight: number;
}} Element
* }} Element
*/
/**
* @typedef {{
* name: string;
* heading: Element;
* title: Element;
* subtitle: Element;
* datetime: Element;
* weekday: Element;
* content: Element;
* address: Element;
* }} Template
*/
* @typedef {{
* name: string;
* heading: Element;
* title: Element;
* subtitle: Element;
* datetime: Element;
* weekday: Element;
* content: Element;
* address: Element;
* }} Template
*/
/** @type {Template} */
export const verde = {

Loading…
Cancel
Save