UNPKG

@teamsparta/stack-custom-modal

Version:
11 lines (8 loc) 448 B
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; /** WithScroll States 시연에서 스크롤을 발현시키기 위한 더미 아이템 목록. */ declare const SCROLL_SAMPLE_ITEMS: string[]; /** 본문에 회색 박스로 표시되는 더미 아이템 카드. */ declare function SampleItemCard({ label }: { label: string; }): _emotion_react_jsx_runtime.JSX.Element; export { SCROLL_SAMPLE_ITEMS, SampleItemCard };