UNPKG

289 BJavaScriptView Raw
1import { styled } from '../../Utilities';
2import { LayerBase } from './Layer.base';
3import { getStyles } from './Layer.styles';
4export var Layer = styled(LayerBase, getStyles, undefined, {
5 scope: 'Layer',
6 fields: ['hostId', 'theme', 'styles'],
7});
8//# sourceMappingURL=Layer.js.map
\No newline at end of file