Type AliasLiveProviderPropTypes<KeyframesSnapshot>

LiveProviderPropTypes<KeyframesSnapshot>: {
    children?: React.ReactNode;
    live?: Live<KeyframesSnapshot>;
}

LiveProvider 组件的属性类型

Type Parameters

  • KeyframesSnapshot extends Record<string, any>

    帧数据快照类型

Type declaration

  • Optionalchildren?: React.ReactNode

    子组件

  • Optionallive?: Live<KeyframesSnapshot>

    自定义 Live 实例(可选,默认使用内部创建的实例)