UNPKG

@peculiar/fortify-webcomponents

Version:

Web-components for creating CSR or Certificate and viewing certificates list using Fortify

16 lines (14 loc) 250 B
export type ColorType = 'dark' | 'light' | 'grey_1' | 'grey_2' | 'grey_3' | 'grey_4' | 'grey_5' | 'secondary' | 'primary' | 'footer' | 'footer-text'; // eslint-disable-next-line import/no-cycle export * from './components'; export * from './index';