UNPKG

@hc.ds/mobile

Version:
6 lines 282 B
import type { ButtonProps } from './type'; export declare function getTextStyle(theme: ButtonProps['theme']): { color: string; }; export declare function getButtonType(theme: ButtonProps['theme']): "primary" | "warning" | "ghost" | undefined; //# sourceMappingURL=utils.d.ts.map