UNPKG

@nicecode/funny

Version:

funny,一些有趣的代码,funny code

11 lines (10 loc) 246 B
import { FC } from 'react'; import './index.less'; interface FrostedGlassProps { title: string; frontBg: string; backBg: string; maskImage: string; } declare const FrostedGlass: FC<FrostedGlassProps>; export default FrostedGlass;