UNPKG

grandma3-ts-types

Version:
6 lines (5 loc) 169 B
type IndicatorButtonProps = ButtonProps & { colorIndicator: string; textLeftCorner: string; }; type IndicatorButton = UIObject & IndicatorButtonProps & ButtonSignals;