zhangyong
2023-08-22 1353e87cb21a4032d585d7404bae9042f2ebcf08
1
2
3
4
import { TinyColor } from '@ctrl/tinycolor';
import type { ButtonProps } from './button';
export declare function darken(color: TinyColor, amount?: number): string;
export declare function useButtonCustomStyle(props: ButtonProps): import("vue").ComputedRef<Record<string, string>>;