UNPKG

quarkd

Version:

Mobile UI Components built on Web Components.

12 lines (11 loc) 311 B
import { QuarkElement } from "quarkc"; declare class QuarkCard extends QuarkElement { title: any; content: any; tips: any; desc: any; componentDidMount(): void; attributeChangedCallback(name: string, oldValue: string, value: string): void; render(): any; } export default QuarkCard;