4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
import ActionSheet from './action-sheet';
|
||
|
export * from './show';
|
||
|
export default ActionSheet;
|