Update Tooltip

This commit is contained in:
mertsincan 2023-04-19 10:47:46 +03:00
parent baa8121447
commit 4521b0f98b
2 changed files with 6 additions and 6 deletions

View file

@ -29,17 +29,17 @@ export interface ToolbarPassThroughOptions {
*/
root?: ToolbarPassThroughOptionType;
/**
* Uses to pass attributes to the groupleft's DOM element.
* Uses to pass attributes to the groupstart's DOM element.
*/
groupleft?: ToolbarPassThroughOptionType;
groupStart?: ToolbarPassThroughOptionType;
/**
* Uses to pass attributes to the groupcenter's DOM element.
*/
groupcenter?: ToolbarPassThroughOptionType;
groupCenter?: ToolbarPassThroughOptionType;
/**
* Uses to pass attributes to the groupright's DOM element.
*/
groupright?: ToolbarPassThroughOptionType;
groupEnd?: ToolbarPassThroughOptionType;
}
/**