mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
8 lines
419 B
TypeScript
8 lines
419 B
TypeScript
export { default as BaseInteractiveVideo } from "./shared/InteractiveVideo.svelte";
|
|||
export { default as BaseStaticVideo } from "./shared/VideoPreview.svelte";
|
|||
export { default as BasePlayer } from "./shared/Player.svelte";
|
|||
export { prettyBytes, playable, loaded } from "./shared/utils";
|
|||
export { default as BaseExample } from "./Example.svelte";
|
|||
import { default as Index } from "./Index.svelte";
|
|||
export default Index;
|