1.0.1 • Published 8 months ago
bo-react-qr2feishu v1.0.1
React + TypeScript + feishu SDK
export interface IProps {
clientId: string;
redirectUri: string;
handleMessage?: (event: MessageEvent<{ tmp_code: string }>) => void;
}
export interface IProps {
clientId: string;
redirectUri: string;
handleMessage?: (event: MessageEvent<{ tmp_code: string }>) => void;
}