UNPKG

slate-dom

Version:

Tools for building completely customizable richtext editors with React.

2 lines 142 B
export type OmitFirstArg<F> = F extends (x: any, ...args: infer P) => infer R ? (...args: P) => R : never; //# sourceMappingURL=types.d.ts.map