UNPKG

@teamsparta/stack-button

Version:
20 lines (17 loc) 789 B
import * as _emotion_react from '@emotion/react'; import { TextButtonSize, TextButtonVariant } from './type.js'; declare const textButtonTextColorVar = "--stack-text-button-text-color"; declare const buttonTextCss: (sizes: Array<{ breakpoint: number; size: TextButtonSize; }>) => _emotion_react.SerializedStyles[]; declare const buttonBaseCss: _emotion_react.SerializedStyles; declare const addonCss: _emotion_react.SerializedStyles; declare const textButtonColorVariants: Record<TextButtonVariant, { [textButtonTextColorVar]: string; }>; declare const buttonIconSizeCss: (sizes: Array<{ breakpoint: number; size: TextButtonSize; }>) => _emotion_react.SerializedStyles[]; export { addonCss, buttonBaseCss, buttonIconSizeCss, buttonTextCss, textButtonColorVariants };