All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
export declare function useAnnouncement(): {
|
|
readonly announce: (value: string | undefined) => void;
|
|
readonly announcement: string;
|
|
};
|