UNPKG

core-cde

Version:

5 lines (4 loc) 122 B
import { IBaseProps } from './IBaseProps'; export interface ICursorProps extends IBaseProps { position: number; }