You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
*/
import{SortableHeadCellFactory}from'../table';
import{StyledHeadCell}from'./styled-components';
// @ts-expect-error todo(flow->ts) this assignment is not correct title property is declared as ReactNode but then it is used on div element… which is not correct