deep-chat-dev
Version:
Customizable chat component for AI APIs
9 lines • 425 B
TypeScript
import { CustomStyle } from '../../types/styles';
export declare class WebComponentStyleUtils {
static apply(style: string, shadowRoot: ShadowRoot | null): void;
private static applyStyleSheet;
private static addStyleElement;
private static camelToKebab;
static applyChatStyle(chatStyle: CustomStyle | undefined, shadowRoot: ShadowRoot | null): void;
}
//# sourceMappingURL=webComponentStyleUtils.d.ts.map