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