@bitcobblers/wod-wiki-library
Version:
A specialized markdown-like workout syntax editor and runtime for defining workouts
13 lines (12 loc) • 487 B
TypeScript
import { default as React } from 'react';
import { IActionButton } from '../../core/IActionButton';
/**
* Toggle component for enabling/disabling screen always-on feature
* Renders as a button with appropriate icon based on current state
*/
export declare const ScreenOnToggle: React.FC;
/**
* Factory function to create a button config for the ScreenOnToggle
* that can be used in the ButtonRibbon component
*/
export declare function createScreenOnToggleButton(): IActionButton;