mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-20 13:50:34 -04:00
4 lines
56 B
TypeScript
4 lines
56 B
TypeScript
export interface MessageBoxProps {
|
|
message: string;
|
|
}
|