import { __ } from '~/locale'; export const SHOW_MORE = __('Show more'); export const SHOW_LESS = __('Show less'); export const STATES = { INITIAL: 'initial', TRUNCATED: 'truncated', EXTENDED: 'extended', };