Skip to content

Commit

Permalink
removed unessary type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Jun 18, 2024
1 parent ab1a0fd commit e5fc914
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {LightningElement, track, api} from 'lwc';
/** @typedef {import("coveo").SortCriterion} SortCriterion */

/**
* @typedef {Object} SortOption
* @typedef SortOption
* @property {string} label
* @property {string} value
* @property {SortCriterion} criterion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ import {LightningElement, api} from 'lwc';

/** @typedef {import("coveo").SortCriterion} SortCriterion */

/**
* @typedef SortOption
* @property {string} label
* @property {string} value
* @property {SortCriterion} criterion
*/

/**
* The `QuanticSortOption` component defines a sort option for a `c-quantic-sort` component.
* It must therefore be defined within a `c-quantic-sort` component.
Expand Down

0 comments on commit e5fc914

Please sign in to comment.