UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

5 lines (4 loc) 170 B
import { ReactElement, ReactNode } from 'react'; type ChildType = ReactElement<any> | ReactNode; export declare const ChildName: (child: ChildType) => string; export {};