Skip to content

Commit

Permalink
docs(select): add missing type import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt authored and Kiarokh committed Apr 9, 2024
1 parent ffba595 commit 01f7378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/examples/select-secondary-text.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Option } from '@limetech/lime-elements';
import { LimelSelectCustomEvent, Option } from '@limetech/lime-elements';
import { Component, h, State } from '@stencil/core';
/**
* Select with secondary text for options
Expand Down

0 comments on commit 01f7378

Please sign in to comment.