UNPKG

@fluentui/react-northstar

Version:
11 lines (10 loc) 299 B
export interface EmbedVariables { controlColor: string; controlBackgroundColor: string; controlBackgroundSize: string; width: string; height: string; focusBorderColor: string; zIndex: number; } export declare const embedVariables: (siteVariables: any) => EmbedVariables;