diff --git a/packages/clay-table/src/index.tsx b/packages/clay-table/src/index.tsx index 994ba4149e..0f67e776a7 100644 --- a/packages/clay-table/src/index.tsx +++ b/packages/clay-table/src/index.tsx @@ -15,7 +15,7 @@ type ResposiveSizeType = 'lg' | 'md' | 'sm' | 'xl'; type VerticalAlignmentType = 'bottom' | 'middle' | 'top'; -interface IProps extends React.HTMLAttributes { +export interface IProps extends React.HTMLAttributes { /** * This property vertically align the contents * inside the table body according a given position.