UNPKG

@teamsparta/stack-button

Version:
6 lines (3 loc) 163 B
import { ButtonColorScheme } from '../Button/type.mjs'; type IconButtonColorScheme = Exclude<ButtonColorScheme, "error">; export type { IconButtonColorScheme };