UNPKG

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) 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIST_HORIZONTAL_BY_EXPANSION = exports.LIST_HORIZONTAL = exports.LIST_BY_EXPANSION = void 0; var LIST_HORIZONTAL = "ListHorizontal"; exports.LIST_HORIZONTAL = LIST_HORIZONTAL; var LIST_HORIZONTAL_BY_EXPANSION = "ListHorizontalByExpansion"; exports.LIST_HORIZONTAL_BY_EXPANSION = LIST_HORIZONTAL_BY_EXPANSION; var LIST_BY_EXPANSION = "listByExpansion"; exports.LIST_BY_EXPANSION = LIST_BY_EXPANSION;