Type Alias ConnectionElementStyleType

ConnectionElementStyleType: {
    light: { background: { color: string }; text: { color: string } };
}

Type declaration

  • light: { background: { color: string }; text: { color: string } }