mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-06 17:28:29 +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;
|