design-system-govbr-rnp
Version:
## Padrão Digital de Governo - React Biblioteca de componentes React que implementa o [Padrão Visual digital do governo](https://www.gov.br/ds/). O objetivo da biblioteca é facilitar a implementação e promover a padronização das interfaces de sistemas do
12 lines (11 loc) • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Terciary = exports.Secundary = exports.Primary = void 0;
var Primary = "primary";
exports.Primary = Primary;
var Secundary = "secundary";
exports.Secundary = Secundary;
var Terciary = "terciary";
exports.Terciary = Terciary;