Fix storybook webpack warning because of TS types

This commit is contained in:
Himanshu Mishra
2020-05-05 17:10:14 +09:00
parent f3f1cdb063
commit d050b1c791
+2 -1
View File
@@ -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';