We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a2b19 commit 76e5ca6Copy full SHA for 76e5ca6
src/features/hero-sheet/index.tsx
@@ -6,7 +6,9 @@ import { ReactComponent as SadIcon } from "./assets/github-icon-sad.svg";
6
import "./index.scss";
7
8
type UserAction = {
9
+ /** Текст действия */
10
text: string;
11
+ /** Обработчик действия */
12
to: () => void;
13
};
14
0 commit comments