UNPKG

diginext-pixi

Version:
7 lines (6 loc) 204 B
import React, { ReactNode } from 'react'; type Props = { children?: ReactNode; }; declare const FontsChoosing: ({ children, ...rest }: Props) => React.JSX.Element; export default FontsChoosing;