import { createComponent } from '@lit/react';
import react from 'react';
import { RhSurface } from '@rhds/elements/rh-surface/rh-surface.js';
export const Surface = createComponent({
tagName: 'rh-surface',
elementClass: RhSurface,
react,
events: {},
});