feat(uishell): global header utilities

This commit is contained in:
Marcus Feitoza 2020-04-05 03:20:10 -03:00
commit 53e873bd94
8 changed files with 387 additions and 0 deletions

View file

@ -84,3 +84,13 @@ export const closeIcon = {
focusable: false,
style: undefined
};
export const searchIcon = {
class: undefined,
skeleton: false,
render: Search20,
title: 'Search',
tabindex: '0',
focusable: false,
style: undefined
};