adiconado imput de porcentagem
This commit is contained in:
parent
5bfde6ee66
commit
8bb5aea15e
15 changed files with 260 additions and 184 deletions
|
|
@ -33,7 +33,8 @@ export type CampoDensidade = "default" | "comfortable" | "compact";
|
|||
export type CampoTipoNumerico =
|
||||
| "numericoInteiro"
|
||||
| "numericoDecimal"
|
||||
| "numericoMoeda";
|
||||
| "numericoMoeda"
|
||||
| "porcentagem";
|
||||
|
||||
export type CampoTipo =
|
||||
| "text"
|
||||
|
|
@ -49,4 +50,3 @@ export type CampoTipo =
|
|||
| "cep"
|
||||
| "select"
|
||||
| CampoTipoNumerico;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue