6 lines
282 B
TypeScript
6 lines
282 B
TypeScript
import supportedFeatures from '../../supported-features.json'
|
|
|
|
export const shieldsLogos = supportedFeatures.shieldsLogos as string[]
|
|
export const simpleIcons = supportedFeatures.simpleIcons as string[]
|
|
export const advertisedStyles = supportedFeatures.advertisedStyles as string[]
|