mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
parent
8d5ef9c93e
commit
a9460e944d
5 changed files with 59 additions and 9 deletions
12
types/Select/SelectItem.svelte.d.ts
vendored
12
types/Select/SelectItem.svelte.d.ts
vendored
|
@ -24,6 +24,18 @@ export interface SelectItemProps {
|
|||
* @default false
|
||||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the class of the `option` element
|
||||
* @default undefined
|
||||
*/
|
||||
class?: string;
|
||||
|
||||
/**
|
||||
* Specify the style of the `option` element
|
||||
* @default undefined
|
||||
*/
|
||||
style?: string;
|
||||
}
|
||||
|
||||
export default class SelectItem extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue