UNPKG
inegicomponentes-tabulador
Version:
latest (2.3.2)
2.3.2
2.3.1
2.3.0
Componentes de visualizacion 2023 - Tabuladores
inegicomponentes-tabulador
/
.storybook
/
InegiTheme.js
9 lines
(8 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import { create }
from
'@storybook/theming'
; export
default
create
({
base
:
'light'
,
brandTitle
:
'INEGIComponentes'
,
brandUrl
:
'/'
, //
brandImage
:
'logo_inegi.png'
,
brandTarget
:
'_self'
, });