# SkeletonTableRowProps

Props for SkeletonTableRow component

## Definition

```tsx
export interface SkeletonTableRowProps {
    /** Column definitions with calculated widths */
    columns: { [id: string]: ExtendedColumn };
}
```

## Usage

```tsx
import { SkeletonTableRowProps } from 'uxp/components';
```

## Related Types

* [ExtendedColumn](https://help.iviva.com/uxp/v5/additional-resources/types/extendedcolumn)
* [Column](https://help.iviva.com/uxp/v5/additional-resources/types/column)
