togezr
Version:
Better together_
38 lines • 1.15 kB
TypeScript
import { ChannelSession } from '../../channels/ChannelSession';
import { ISessionEvent } from '../../sessionConnectors/renderer/events';
export declare const renderCardFooterTeams: (events: ISessionEvent[], channels: ChannelSession[], lsSessionLink: string) => Promise<{
type: string;
columns: ({
type: string;
padding: string;
width: string;
horizontalAlignment: string;
items: {
type: string;
columns: any[];
padding: string;
spacing: string;
}[];
verticalContentAlignment: string;
} | {
type: string;
padding: string;
width: string;
items: {
type: string;
actions: {
type: string;
title: string;
url: string;
style: string;
isPrimary: boolean;
}[];
horizontalAlignment: string;
}[];
horizontalAlignment: string;
verticalContentAlignment: string;
})[];
padding: string;
style: string;
}>;
//# sourceMappingURL=renderCardFooterTeams.d.ts.map