UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

12 lines (11 loc) 310 B
import "./boolean-input.css"; import "../../../fonts/ferngullyiconfont/styles.css"; export declare class BooleanInput { target: boolean; class: string; banOnFalse: boolean; grayOnFalse: boolean; inverse: boolean; readonly iconClass: string; readonly iconStyle: Object; }