mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02: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;
|
|
}
|