Notification: convert to TSX
This commit is contained in:
parent
1fb8d162db
commit
722c96bec2
3 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ import type {
|
|||
} from 'soapbox/types/entities';
|
||||
|
||||
// Defined in components/scrollable_list
|
||||
type ScrollPosition = { height: number, top: number };
|
||||
export type ScrollPosition = { height: number, top: number };
|
||||
|
||||
export const textForScreenReader = (intl: IntlShape, status: StatusEntity, rebloggedByText?: string): string => {
|
||||
const { account } = status;
|
||||
|
|
Binary file not shown.
|
@ -11,7 +11,7 @@ import {
|
|||
|
||||
import type { Account, Status, EmbeddedEntity } from 'soapbox/types/entities';
|
||||
|
||||
type NotificationType = ''
|
||||
export type NotificationType = ''
|
||||
| 'follow'
|
||||
| 'follow_request'
|
||||
| 'mention'
|
||||
|
|
Loading…
Reference in a new issue