UNPKG

kompendium

Version:

Documentation generator for Stencil components

5 lines (4 loc) 153 B
import { InterfaceDescription } from '../../../types'; export declare function Interface({ type, }: { type: InterfaceDescription; }): HTMLElement[];