kwikui
Version:
KwikID's UI Component Library in Angular
31 lines (30 loc) • 743 B
TypeScript
import { EKwikUIButtonAppearance, EKwikUIButtonSize, EKwikUIButtonType } from "./button.definitions";
export declare const DEFAULT_VALUES: {
appearance: EKwikUIButtonAppearance;
class: string;
disabled: boolean;
icon: string;
iconRight: string;
id: string;
label: string;
shape: any;
showLoader: boolean;
size: EKwikUIButtonSize;
styles: string;
type: EKwikUIButtonType;
pseudoHover: any;
};
export declare const VALIDATE_KEY_VALUES: {
appearance: boolean;
class: boolean;
disabled: boolean;
icon: boolean;
iconRight: boolean;
id: boolean;
label: boolean;
shape: boolean;
showLoader: boolean;
size: boolean;
styles: boolean;
type: boolean;
};