@essential-js/ui
Version:
EssentialJS UI
16 lines (11 loc) • 455 B
TypeScript
/************
Processor: ts
************/
import * as dependency_0 from 'react';
// FILE: card.d.tsx
declare namespace ns_card {
import HtmlHTMLAttributes = dependency_0.HtmlHTMLAttributes;
function Card({ children, ...props }: Partial<HtmlHTMLAttributes<HTMLElement>>): JSX.Element;
}
export import Card = ns_card.Card;
export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };