Files
koodo-reader/src/containers/messageBox/interface.tsx
troyeguo 4925bc55c2 bug修复
Former-commit-id: 97c781670ff1452178c411bbea23c48018319c4f
2020-06-21 09:14:16 +08:00

4 lines
56 B
TypeScript

export interface MessageBoxProps {
message: string;
}