@bitrix24/b24ui-nuxt
Version:
Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE
11 lines (10 loc) • 658 B
TypeScript
import type { ButtonProps, LinkPropsKeys } from '../../types';
export interface ColorModeButtonProps extends Omit<ButtonProps, LinkPropsKeys | 'color'> {
/**
* @defaultValue 'air-tertiary-no-accent'
*/
color?: ButtonProps['color'];
}
declare const __VLS_export: import("vue").DefineComponent<ColorModeButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;