6 lines
283 B
TypeScript
6 lines
283 B
TypeScript
/*!
|
|
* Copyright (C) Microsoft Corporation. All rights reserved.
|
|
*/
|
|
import type { IPlayerActionsConfig } from './Types/PlayerActions.types.js';
|
|
export declare function initializePlayerActions(config: IPlayerActionsConfig): void;
|
|
//# sourceMappingURL=initializePlayerActions.d.ts.map
|