UNPKG

mwcpl

Version:

Master's Web Component Pattern Library

13 lines (12 loc) 291 B
import { ComponentInterface } from '../../stencil-public-runtime'; export declare class MwcplFab implements ComponentInterface { /** * Label for the FAB. */ label: string; /** * Creates a smaller of FAB. */ mini: boolean; render(): any; }