UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 254 B
import React from 'react'; import type { SkeletonShow } from '../skeleton/Skeleton'; export type TimelineContextValue = { skeleton?: SkeletonShow; }; declare const TimelineContext: React.Context<TimelineContextValue>; export default TimelineContext;