mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 04:29:46 +08:00
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
![]() |
export default bidi;
|
||
|
declare function bidi(node: any, prop: any): any;
|
||
|
declare namespace bidi {
|
||
|
function view(ctrl: any, node: any, prop: any): any;
|
||
|
}
|