UNPKG

share-button-links-react

Version:
14 lines (13 loc) 307 B
export interface BooleanButtonOpts { hasIcon?: boolean; isRounded?: boolean; isCircled?: boolean; isBordered?: boolean; } export interface BooleanButtonIconOpts { isRounded?: boolean; isCircled?: boolean; isBordered?: boolean; isAllWhite?: boolean; isWhited?: boolean; }