mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 03:12:11 +08:00
Bundled output for commit f9ae7cd67f
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
f9ae7cd67f
commit
7f5593021d
4
framework/core/js/dist-typings/common/components/Tooltip.d.ts
generated
vendored
4
framework/core/js/dist-typings/common/components/Tooltip.d.ts
generated
vendored
|
@ -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;
|
||||||
/**
|
/**
|
||||||
|
|
2
framework/core/js/dist/admin.js.map
generated
vendored
2
framework/core/js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user