bo-react-qr2feishu
v1.0.1
Published
React component for generating QR codes and obtaining Feishu account system
Readme
React + TypeScript + feishu SDK
export interface IProps {
clientId: string;
redirectUri: string;
handleMessage?: (event: MessageEvent<{ tmp_code: string }>) => void;
}