Skip to content

Commit

Permalink
chore: Fallback points define to string
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 10, 2019
1 parent 7d26ae6 commit 4651f04
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions src/interface.ts
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
export type AlignPoint =
| 'tt'
| 'tb'
| 'tc'
| 'tl'
| 'tr'
| 'bt'
| 'bb'
| 'bc'
| 'bl'
| 'br'
| 'ct'
| 'cb'
| 'cc'
| 'cl'
| 'cr'
| 'lt'
| 'lb'
| 'lc'
| 'll'
| 'lr'
| 'rt'
| 'rb'
| 'rc'
| 'rl'
| 'rr';
/** Two char of 't' 'b' 'c' 'l' 'r'. Example: 'lt' */
export type AlignPoint = string;

export interface AlignType {
/**
Expand Down

1 comment on commit 4651f04

@vercel
Copy link

@vercel vercel bot commented on 4651f04 Oct 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.