# leadin/11.1.21/scripts/shared/UIComponents/UISpacer.ts

HubSpot All-In-One Marketing – Forms, Popups, Live Chat, version 11.1.21. 6 lines.

- Page: https://pluginprobe.com/plugins/leadin/11.1.21/code/scripts/shared/UIComponents/UISpacer.ts
- Raw: https://pluginprobe.com/plugins/leadin/11.1.21/raw/scripts/shared/UIComponents/UISpacer.ts
- Modified: 2024-06-05T09:30:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/leadin/11.1.21/code/scripts/shared/UIComponents/UISpacer.ts#L10-L20`.

```typescript
import { styled } from '@linaria/react';

export default styled.div`
  height: 30px;
`;

```
