DefinitelyTyped/types/tinycon/tinycon-tests.ts
2019-02-15 07:40:16 +01:00

26 lines
428 B
TypeScript

import * as Tinycon from 'tinycon';
Tinycon.setOptions({
abbreviate: false,
background: '#549A2F',
color: '#ffffff',
fallback: true,
font: '10px arial',
height: 9,
width: 7
});
Tinycon.setOptions({
abbreviate: false,
background: '#549A2F',
color: '#ffffff',
fallback: 'force',
font: '10px arial',
height: 9,
width: 7
});
Tinycon.setBubble(7);
Tinycon.setBubble(null);