UNPKG

quantumai-design-system

Version:

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

4 lines (3 loc) 183 B
import { PageInfoProps } from '.'; declare const Total: ({ total, ...props }: Pick<PageInfoProps, 'total'>) => import("@emotion/react/jsx-runtime").JSX.Element; export default Total;