UNPKG

@xcritical/button

Version:
5 lines (4 loc) 347 B
import { CSSObject } from 'styled-components'; import { IThemeNamespace } from '@xcritical/theme'; import { ButtonGroupTheme } from '../interfaces'; export declare const getButtonGroupStyles: import("micro-memoize").MicroMemoize.Memoized<(theme?: IThemeNamespace<ButtonGroupTheme>, propertyPath?: string | string[] | undefined) => CSSObject>;