A CSS style property descriptor that contains tuple of two strings:
const marginDescriptor = [ 'margin', '2px 3em' ];const marginTopDescriptor = [ 'margin-top', '2px' ]; Copy
const marginDescriptor = [ 'margin', '2px 3em' ];const marginTopDescriptor = [ 'margin-top', '2px' ];
A CSS style property descriptor that contains tuple of two strings: