UNPKG

@tapie-kr/inspire-react

Version:

React Component Collection for INSPIRE

19 lines (16 loc) 607 B
'use client'; /* eslint-disable */ /* * INSPIRE : Creative Kit * React Component Collection for INSPIRE * * This file is generated automatically. Do not modify it manually * Generated at : 2025. 3. 4. 오후 6:18:13 * @tapie-kr/inspire-react version: 0.2.15 * * (c) 2025 TAPIE. All rights reserved. * MIT License */ import { createContext } from 'react'; const BackdropContext=createContext({});const variants={hidden:{backgroundColor:"rgba(0, 0, 0, 0)",backdropFilter:"blur(0px)"},visible:{backgroundColor:"rgba(0, 0, 0, 0.2)",backdropFilter:"blur(4px)"}}; export { BackdropContext, variants };