import textProps from '!!ts-docgen-loader!./props.tsx';

### Использование с полным набором модификаторов

```tsx
import React from 'react';
import { Text } from '@yandex-lego/components/Text/bundle';

export const Base = () => (
  <Text typography="display-xl" weight="light">
    Content
  </Text>
)
```

### Props

<PropsTable props={textProps} />
