@wordpress/sync
Version:
8 lines • 309 B
TypeScript
import type { ProviderCreator } from '../types';
/**
* Get the current Yjs provider creators, allowing plugins to filter the array.
*
* @return {ProviderCreator[]} Creator functions for Yjs providers.
*/
export declare function getProviderCreators(): ProviderCreator[];
//# sourceMappingURL=index.d.ts.map