Assist_Design/apps/portal/public/storybook/assets/AnimatedSection-CccjFZBU.js
Temuulen Ankhbayar e704488eb9 chore: add Storybook static build output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 15:25:18 +09:00

2 lines
743 B
JavaScript

import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{A as o}from"./index-CNXKWNLp.js";import{m as n}from"./proxy-ZkTvaR74.js";function r({show:t,children:i,delay:a=0}){return e.jsx(o,{initial:!1,children:t&&e.jsx(n.div,{initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},transition:{duration:.5,ease:"easeOut",delay:a/1e3},style:{overflow:"hidden"},children:i})})}r.__docgenInfo={description:"",methods:[],displayName:"AnimatedSection",props:{show:{required:!0,tsType:{name:"boolean"},description:""},children:{required:!0,tsType:{name:"ReactReactNode",raw:"React.ReactNode"},description:""},delay:{required:!1,tsType:{name:"number"},description:"",defaultValue:{value:"0",computed:!1}}}};export{r as A};