/** * Common intent types * * @author Brauer Ilya * @date 2021-02-26 */ export type IntentTypes = 'intentDefault' | 'intentPrimary' | 'intentInfo' | 'intentSuccess' | 'intentWarning' | 'intentDanger' | 'intentGhost' | 'intentSecondary';