@lucsoft/webgen
Version:
Collection of lucsofts Components
11 lines (10 loc) • 318 B
TypeScript
import { CommonCard } from "../../types/card";
import { HTMLStringy } from "../../types/html";
import '../../css/cards.lline.webgen.static.css';
export declare const defaultCard: (options: {
title: HTMLStringy;
subtitle?: string;
small?: boolean;
width?: number;
height?: number;
}) => CommonCard;