UNPKG

aion-gql-webcomponents

Version:
14 lines (13 loc) 307 B
import '../../stencil.core'; import { Block } from "./Block"; export declare class AionBlocks { duration: number; limit: number; gqlUrl: string; blocks: Block[]; BLOCKS_QUERY: string; constructor(); componentDidLoad(): void; private fetchBlocks; render(): JSX.Element; }