UNPKG

149 BTypeScriptView Raw
1import { ComponentInterface } from '../../stencil-public-runtime';
2export declare class ItemGroup implements ComponentInterface {
3 render(): any;
4}