Type alias BorderInput

BorderInput: {
    color?: string | null;
    style?: string | null;
    width?: string | null;
}

Type declaration

  • Optional color?: string | null
  • Optional style?: string | null
  • Optional width?: string | null

Generated using TypeDoc