UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 294 B
declare function getDisplayAliasForAliasSet(canonicalAlias: string | null, altAliases: string[]): string | null; export interface IAliasCustomisations { getDisplayAliasForAliasSet?: typeof getDisplayAliasForAliasSet; } declare const _default: IAliasCustomisations; export default _default;