buttons.d.ts 158 B

12345
  1. import { InteractionState } from '../types/interactionState';
  2. declare function buttons(...states: Array<InteractionState>): string;
  3. export default buttons;