5 lines
158 B
TypeScript
Executable file
5 lines
158 B
TypeScript
Executable file
import { InteractionState } from '../types/interactionState';
|
|
|
|
declare function buttons(...states: Array<InteractionState>): string;
|
|
|
|
export default buttons;
|