Repository URL to install this package:
|
Version:
3.0.4 ▾
|
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;