@shopify/polaris
Version:
Shopify’s product component library
6 lines (5 loc) • 393 B
TypeScript
export { default as Alert, Props as AlertProps } from './Alert';
export { default as EmbeddedApp, Props as EmbeddedAppProps } from './App';
export { default as Modal, Props as ModalProps } from './Modal';
export { default as ResourcePicker, Props as ResourcePickerProps } from './ResourcePicker';
export { default as EASDK, Options as EASDKOptions, withEASDK, WithEASDKProps } from './easdk';