Bundled output for commit f9ae7cd67f

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot 2022-05-09 16:01:25 +00:00
parent f9ae7cd67f
commit 7f5593021d
3 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@ export interface TooltipAttrs extends Mithril.CommonAttributes<TooltipAttrs, Too
*/ */
text: string | string[]; text: string | string[];
/** /**
* Manually show tooltip. `false` will show based on cursor events. * Use to manually show or hide the tooltip. `undefined` will show based on cursor events.
* *
* Default: `false`. * Default: `undefined`.
*/ */
tooltipVisible?: boolean; tooltipVisible?: boolean;
/** /**

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long