This commit is contained in:
parent
21c9acb8f0
commit
cebf8feb6a
1 changed files with 6 additions and 6 deletions
|
@ -16,12 +16,12 @@ interface Options {
|
|||
* * `bottom-end`: Aligned to the bottom, right
|
||||
*/
|
||||
placement?:
|
||||
| "top"
|
||||
| "top-start"
|
||||
| "top-end"
|
||||
| "bottom"
|
||||
| "bottom-start"
|
||||
| "bottom-end";
|
||||
| "top"
|
||||
| "top-start"
|
||||
| "top-end"
|
||||
| "bottom"
|
||||
| "bottom-start"
|
||||
| "bottom-end";
|
||||
/**
|
||||
* The text for the action button.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue