Skip to content

Commit

Permalink
Add missing spinners to TypeScript types (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc authored Oct 1, 2021
1 parent c9f3e13 commit 61dc0d4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,17 @@ declare namespace cliSpinners {
| 'grenade'
| 'point'
| 'layer'
| 'betaWave';
| 'betaWave'
| 'fingerDance'
| 'fistBump'
| 'soccerHeader'
| 'mindblown'
| 'speaker'
| 'orangePulse'
| 'bluePulse'
| 'orangeBluePulse'
| 'timeTravel'
| 'aesthetic';

interface Spinner {
/**
Expand Down

0 comments on commit 61dc0d4

Please sign in to comment.