mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 16:49:45 +08:00
17 lines
159 B
TypeScript
17 lines
159 B
TypeScript
|
|
|
|
jss.set('.demo', {
|
|
'font-size': '15px',
|
|
'color': 'red'
|
|
});
|
|
|
|
jss.get('.demo');
|
|
|
|
jss.get();
|
|
|
|
jss.getAll('.demo');
|
|
|
|
jss.remove('.demo');
|
|
|
|
jss.remove();
|