refactor: reorganize all components (#8303)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { installable } from '../utils';
|
||||
import _ShareSheet from './ShareSheet';
|
||||
|
||||
const ShareSheet = installable(_ShareSheet);
|
||||
|
||||
export default ShareSheet;
|
||||
export { ShareSheet };
|
||||
export type { ShareSheetOption, ShareSheetOptions } from './ShareSheet';
|
||||
Reference in New Issue
Block a user