UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

10 lines (9 loc) 288 B
import { CommonCard } from "../../types/card"; import { HTMLStringy } from "../../types/html"; import '../../css/cards.note.webgen.static.css'; export declare const noteCard: (options: { title: HTMLStringy; icon: string; width?: number; height?: number; }) => CommonCard;