{{!
  Copyright (c) HashiCorp, Inc.
  SPDX-License-Identifier: MPL-2.0
}}

<Hds::Table::ThSort @onClickSort={{this.onClickCallback}}>Label</Hds::Table::ThSort>

<Hds::Table>
  <:head as |H|>
    <H.Tr>
      <H.ThSort @onClickSort={{this.onClickCallback}}>Label</H.ThSort>
    </H.Tr>
  </:head>
</Hds::Table>
