UNPKG

quill-component-library

Version:
9 lines (8 loc) 270 B
import React from 'react'; declare class SortableList extends React.Component<any, any> { constructor(props: any); componentWillReceiveProps(nextProps: any): void; updateState(obj: object): void; render(): JSX.Element; } export { SortableList };