mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-23 13:27:41 +00:00
3 lines
63 B
TypeScript
3 lines
63 B
TypeScript
export function Pause() {
|
|
return <button type="button" />;
|
|
}
|