UNPKG

react-native-cn-quill

Version:
7 lines (6 loc) 139 B
import React from 'react'; interface Props { color: string; } export declare const ToolbarSeperator: React.FC<Props>; export {};