Appearance
Home > @plaidev/karte-action-sdk > BorderProps
BorderProps type
Signature:
typescript
type BorderProps = {
borderTopWidth?: Properties["borderTopWidth"];
borderLeftWidth?: Properties["borderLeftWidth"];
borderRightWidth?: Properties["borderRightWidth"];
borderBottomWidth?: Properties["borderBottomWidth"];
borderColor?: Properties["borderColor"];
};