UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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