UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

8 lines (7 loc) 194 B
import { RenderElement } from "../../types"; export declare const Title: (settings: { title: string; subtitle?: string; img?: string; type: "small" | "big"; }) => RenderElement;