@bitcobblers/wod-wiki-library
Version:
A specialized markdown-like workout syntax editor and runtime for defining workouts
12 lines (11 loc) • 351 B
TypeScript
import { default as React } from 'react';
import { IActionButton } from '../../core/IActionButton';
interface SoundToggleProps {
className?: string;
}
export declare const SoundToggle: React.FC<SoundToggleProps>;
/**
* Creates a button config for the sound toggle
*/
export declare const createSoundToggleButton: () => IActionButton;
export {};