UNPKG

react-native-cn-quill

Version:
7 lines (6 loc) 135 B
import React from 'react'; declare type Props = { text: string; }; export declare const Loading: React.FC<Props>; export {};