UNPKG

pyro

Version:
9 lines (8 loc) 343 B
export interface TargetValueEvent extends Event { target: HTMLInputElement; } export type Sheet = 'surface' | 'foreground'; export type Variant = 'primary' | 'secondary' | 'tertiary'; export type Severity = 'info' | 'success' | 'warning' | 'error' | ''; export type Accent = 'accent'; export type Color = Variant | Severity | Accent | '';