UNPKG

baseui

Version:

A React Component library implementing the Base design language

3 lines (2 loc) 254 B
import type { BaseButtonProps, SharedStyleProps } from './types'; export declare function getSharedProps({ colors, disabled, minHitArea, isLoading, isSelected, kind, shape, size, backgroundSafe, widthType, }: BaseButtonProps): Partial<SharedStyleProps>;