UNPKG

@plattar/plattar-api

Version:

Module for interfacing with the Plattar API (https://www.plattar.com)

8 lines (6 loc) 185 B
import { CardBase } from "./card-base"; export class CardRow extends CardBase { static type(): "cardrow"; get attributes(): any; set overrideAttributes(attributes: any); }