mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +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
import { default as Index } from "./Index.svelte";
|
|||
export default Index;
|
|||
export { default as BaseStaticAudio } from "./static/StaticAudio.svelte";
|
|||
export { default as BaseInteractiveAudio } from "./interactive/InteractiveAudio.svelte";
|
|||
export { default as BasePlayer } from "./player/AudioPlayer.svelte";
|
|||
export type { WaveformOptions } from "./shared/types";
|
|||
export { default as BaseExample } from "./Example.svelte";
|