UNPKG

kompendium

Version:

Documentation generator for Stencil components

5 lines (4 loc) 137 B
import { EnumDescription } from '../../../types'; export declare function Enum({ type }: { type: EnumDescription; }): HTMLElement[];