@dolaanpls/react-awesome-button
Version:
Performant, extendable, highly customisable, production ready React Component that renders an animated basic set of UI buttons
15 lines (14 loc) • 401 B
TypeScript
export declare function isMobile(): false | RegExpMatchArray;
type SharerType = {
url: string;
message?: string;
title?: string;
image?: string;
user?: string;
type: string;
phone?: string;
width: number;
height: number;
};
export default function Sharer({ url, message, title, image, user, type, phone, width, height, }: SharerType): any;
export {};