UNPKG

@bimeister/pupakit.kit

Version:

PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.

3 lines (2 loc) 157 B
import { SemanticKind } from './semantic-kind.type'; export declare type ButtonKind = Exclude<SemanticKind, 'neutral' | 'opacity'> | 'secondary' | 'border';