Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
import { ItemProps, ShareProps } from './typings';
declare class ShareContainer {
list: Array<ItemProps>;
updateListFrom(props: ShareProps): void;
copyToClipboard: any;
}
declare const shareContainer: ShareContainer;
export { shareContainer, ShareContainer };
export default shareContainer;