UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

7 lines (5 loc) 154 B
import React from 'react'; export interface ContextValue { type?: 'nav' | 'fill' | 'basic' } export default React.createContext<ContextValue>(null);