UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

34 lines 812 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BreakpointStyles = void 0; class BreakpointStyles { static getAttributeTypeMap() { return BreakpointStyles.attributeTypeMap; } constructor() { } } exports.BreakpointStyles = BreakpointStyles; BreakpointStyles.discriminator = undefined; BreakpointStyles.mapping = undefined; BreakpointStyles.attributeTypeMap = [ { "name": "padding", "baseName": "padding", "type": "any", "format": "" }, { "name": "margin", "baseName": "margin", "type": "any", "format": "" }, { "name": "hidden", "baseName": "hidden", "type": "boolean", "format": "" } ]; //# sourceMappingURL=BreakpointStyles.js.map