mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
export function ensureFragmentClass(): void;
|
|
|
|
export function setFragmentClass(clazz: any): void;
|
|
|
|
export let fragmentClass: any;
|