Fix storybook webpack warning because of TS types
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export { default, TableColumn } from './Table';
|
||||
export { default } from './Table';
|
||||
export type { TableColumn } from './Table';
|
||||
export { default as SubvalueCell } from './SubvalueCell';
|
||||
|
||||
Reference in New Issue
Block a user