muryshev's picture
init
79278ec
raw
history blame contribute delete
94 Bytes
export interface AbbreviationsBlockProps {
abbreviation: string;
values: string[];
}