UNPKG

baseui

Version:

A React Component library implementing the Base design language

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