pull/6768/head
tugcekucukoglu 2024-11-12 10:56:26 +03:00
commit f173d8b72e
1 changed files with 4 additions and 4 deletions

View File

@ -36905,7 +36905,7 @@
"name": "size",
"optional": true,
"readonly": false,
"type": "\"small\" | \"large\"",
"type": "null | \"small\" | \"large\"",
"default": "",
"description": "Defines the size of the component."
},
@ -36913,7 +36913,7 @@
"name": "invalid",
"optional": true,
"readonly": false,
"type": "boolean",
"type": "null | boolean",
"default": "false",
"description": "When present, it specifies that the component should have invalid state style."
},
@ -36921,7 +36921,7 @@
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"outlined\" | \"filled\"",
"type": "null | \"outlined\" | \"filled\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
},
@ -36929,7 +36929,7 @@
"name": "fluid",
"optional": true,
"readonly": false,
"type": "boolean",
"type": "null | boolean",
"default": "null",
"description": "Spans 100% width of the container when enabled."
},