/* eslint-disable @typescript-eslint/no-explicit-any */ import React from 'react'; import CButtonClose from '../button/CButtonClose'; // component - CoreUI / CSidebarClose const CSidebarClose = (props: any) => { return ( <> x ); }; export default CSidebarClose;