/**
 * Компоненты, необходимые для работы с кнопками.
 */
export * from './interfaces/IButton';
export * from './Button';
export * from './Buttons';
