I hereby claim:
- I am clarkkozak on github.
- I am clarkkozak (https://keybase.io/clarkkozak) on keybase.
- I have a public key ASAF1Sm8r5949IvAmQJJucuZhyCdlbqlEt_TkwKPYQiEwAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* tslint:disable:interface-name max-classes-per-file no-empty-interface */ | |
| declare module 'evergreen-ui' { | |
| import * as React from 'react'; | |
| type PositionTypes = 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right'; | |
| type IntentTypes = 'none' | 'success' | 'warning' | 'danger'; | |
| type IconNameTypes = | |
| '' | |
| | 'loading' |
| // ==UserScript== | |
| // @name TooSteemy | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author Juxley | |
| // @match https://steemit.com/* | |
| // @grant none | |
| // ==/UserScript== |