Created
June 11, 2020 23:38
-
-
Save Rony20191/dcec94749baffe50d3d98feff23ea92f to your computer and use it in GitHub Desktop.
siglas dos estados array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| siglas: [ | |
| {value: "AC",text: "Acre" }, | |
| {value: "AL",text: "Alagoas" }, | |
| {value: "AP",text: "Amapá" }, | |
| {value: "AM",text: "Amazonas" }, | |
| {value: "BA",text: "Bahia" }, | |
| {value: "CE",text: "Ceará" }, | |
| {value: "DF",text: "Distrito Federal" }, | |
| {value: "ES",text: "Espírito Santo" }, | |
| {value: "GO",text: "Goiás" }, | |
| {value: "MA",text: "Maranhão" }, | |
| {value: "MT",text: "Mato Grosso" }, | |
| {value: "MS",text: "Mato Grosso do Sul" }, | |
| {value: "MG",text: "Minas Gerais" }, | |
| {value: "PA",text: "Pará" }, | |
| {value: "PB",text: "Paraíba" }, | |
| {value: "PR",text: "Paraná" }, | |
| {value: "PE",text: "Pernambuco" }, | |
| {value: "PI",text: "Piauí" }, | |
| {value: "RJ",text: "Rio de Janeiro" }, | |
| {value: "RN",text: "Rio Grande do Norte" }, | |
| {value: "RS",text: "Rio Grande do Sul" }, | |
| {value: "RO",text: "Rondônia" }, | |
| {value: "RR",text: "Roraima" }, | |
| {value: "SC",text: "Santa Catarina" }, | |
| {value: "SP",text: "São Paulo" }, | |
| {value: "SE",text: "Sergipe" }, | |
| {value: "TO",text: "Tocantins" } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment