chore(edge-toolbar): cleanup
This commit is contained in:
@@ -148,13 +148,13 @@ export type EdgeToolbarBaseProps = {
|
|||||||
*/
|
*/
|
||||||
isVisible?: boolean;
|
isVisible?: boolean;
|
||||||
/**
|
/**
|
||||||
* Align the toolbar x relative to the edge.
|
* Align the vertical toolbar position relative to the passed x position.
|
||||||
* @default "center"
|
* @default "center"
|
||||||
* @example 'left', 'center', 'right'
|
* @example 'left', 'center', 'right'
|
||||||
*/
|
*/
|
||||||
alignX?: 'left' | 'center' | 'right';
|
alignX?: 'left' | 'center' | 'right';
|
||||||
/**
|
/**
|
||||||
* Align the toolbar x relative to the edge.
|
* Align the horizontal toolbar position relative to the passed y position.
|
||||||
* @default "center"
|
* @default "center"
|
||||||
* @example 'top', 'center', 'bottom'
|
* @example 'top', 'center', 'bottom'
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user