File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function autoFocusAndSelect(input: HTMLInputElement | null) {
3838 input ?. select ( ) ;
3939}
4040
41- export default function textTextEditor < TRow , TSummaryRow > ( {
41+ export function renderTextEditor < TRow , TSummaryRow > ( {
4242 row,
4343 column,
4444 onRowChange,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export { default as Row } from './Row';
1212export { default as Cell } from './Cell' ;
1313export * from './Columns' ;
1414export * from './cellRenderers' ;
15- export { default as renderTextEditor } from './editors/renderTextEditor' ;
15+ export { renderTextEditor } from './editors/renderTextEditor' ;
1616export { default as renderHeaderCell } from './renderHeaderCell' ;
1717export { renderSortIcon , renderSortPriority } from './sortStatus' ;
1818export { useRowSelection , useHeaderRowSelection } from './hooks' ;
You can’t perform that action at this time.
0 commit comments