Skip to content

Commit

Permalink
Merge pull request #308 from josemarluedke/chore/remove-export-select
Browse files Browse the repository at this point in the history
chore: remove power-select export type Select
  • Loading branch information
josemarluedke authored Oct 15, 2024
2 parents 701d391 + 9af544e commit 8a4a5b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/forms-legacy/src/components/form-select.gts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import PowerSelectMultiple from 'ember-power-select/components/power-select-mult
import FormField from './form-field';
import { concat } from '@ember/helper';
import { useStyles } from '@frontile/theme';
export type { Select } from 'ember-power-select/components/power-select';

export interface FormSelectArgs extends PowerSelectArgs {
/** The input field label */
Expand Down

0 comments on commit 8a4a5b9

Please sign in to comment.