UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

9 lines (8 loc) 210 B
export interface OpenScreenAnimationOptions { iconUrl?: string; title?: string; } /** * 打开开屏动画 */ export declare const openScreenAnimation: (options?: OpenScreenAnimationOptions) => void;