style.removeProperties(props, options?)Remove multiple style properties from a Style object.
props: Array<StyleProperty> - The properties to remove from the style. See the Style Properties reference for a list of supported properties.
options: StyleOptions - An object that filters properties by breakpoint, pseudo-state, and/or variant. (Optional)
breakpoint: BreakpointId - Identifies the responsive breakpoint to remove the properties from.
pseudo: PseudoStateKey - Specifies a CSS pseudo-class to remove the properties from.
variantId: string - The ID of the variant to target. 'base' is not a valid value. (Optional)
Promise<null>
A Promise that resolves to null