botframework-webchat-component
Version:
React component of botframework-webchat
13 lines • 591 B
TypeScript
declare const CustomPropertyNames: Readonly<{
ColorAccent: "--webchat__color--accent";
ColorSubtle: "--webchat__color--subtle";
ColorTimestamp: "--webchat__color--timestamp";
FontPrimary: "--webchat__font--primary";
FontSizeSmall: "--webchat__font-size--small";
IconURLExternalLink: "--webchat__icon-url--external-link";
MaxWidthBubble: "--webchat__max-width--bubble";
MinHeightBubble: "--webchat__min-height--bubble";
PaddingRegular: "--webchat__padding--regular";
}>;
export default CustomPropertyNames;
//# sourceMappingURL=CustomPropertyNames.d.ts.map