UNPKG

mediasfu-reactjs

Version:

MediaSFU Prebuilt ReactJS SDK - Compatible with React 18 & 19, TypeScript & JavaScript

12 lines 475 B
import React from 'react'; /** * UiOverridesGuide * * This component renders a documentation-style page that explains how to work with * MediaSFU's UI override system, custom cards, and utility hooks. It is meant to * live alongside the demo apps (`App.tsx`, `AppUnique.tsx`) so that developers can * quickly copy snippets into their projects. */ declare const UiOverridesGuide: React.FC; export default UiOverridesGuide; //# sourceMappingURL=UiOverridesGuide.d.ts.map