UNPKG

@ni/spright-components

Version:

NI Spright Components

10 lines (9 loc) 295 B
/** * Appearances of chat conversation. * @public */ export declare const ChatConversationAppearance: { readonly default: undefined; readonly overlay: "overlay"; }; export type ChatConversationAppearance = (typeof ChatConversationAppearance)[keyof typeof ChatConversationAppearance];