UNPKG

@masa-dev/react-signage

Version:

This is a react library for signage.

9 lines (8 loc) 154 B
export const ItemBaseStyle = { width: '100%', height: '100%', objectFit: 'contain', }; export const ItemHideStyle = { display: 'none', };