UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 251 B
import type { SkeletonShow } from '../skeleton/Skeleton'; type StatRootContextValue = { inRoot: boolean; skeleton?: SkeletonShow; }; declare const StatRootContext: import("react").Context<StatRootContextValue>; export default StatRootContext;