Searched refs:classForIntent (Results 1 – 3 of 3) sorted by relevance
17 import {HTMLAttrs, Intent, classForIntent} from './common';73 classForIntent(intent),
17 import {HTMLAttrs, HTMLButtonAttrs, Intent, classForIntent} from './common';83 classForIntent(intent),
75 export function classForIntent(intent: Intent): string | undefined { function