ov25-ui
Version:
A UI configurator for OV25 product visualization
9 lines (8 loc) • 391 B
TypeScript
import React from 'react';
/**
* Host div + inner open shadow root with OV25 adopted stylesheets.
* Use when children use `ov:*` / shadow-scoped tokens but ancestors are light DOM (e.g. document.body).
*/
export declare const Ov25ShadowHost: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
children: React.ReactNode;
} & React.RefAttributes<HTMLDivElement>>;