UNPKG

@teamsparta/stack-divider

Version:
10 lines (7 loc) 379 B
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; import { ReactNode } from 'react'; /** stories에서 케이스 위에 붙이는 섹션 제목. 여러 시연 케이스를 구분하기 위해 helper로 추출. */ declare function SectionLabel({ children }: { children: ReactNode; }): _emotion_react_jsx_runtime.JSX.Element; export { SectionLabel };