UNPKG

fui-fancyui

Version:
7 lines (6 loc) 228 B
import { CSSProp } from 'styled-components'; export type TFancyNavBar = { children?: React.ReactNode; externalStyle?: CSSProp; }; export type TFancyNavBarWithHTMLProps = TFancyNavBar & React.HTMLAttributes<HTMLElement>;