UNPKG

@worktif/purei

Version:

Work TIF Material UI Theme Provider and Customization Suite for React applications with dark mode support and dynamic color schemes

9 lines (8 loc) 135 B
/** * Maybe global type */ export type Maybe<T> = T | undefined; /** * Nullable global type */ export type Nullable<T> = T | null;