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