UNPKG

press-plus

Version:
2 lines (1 loc) 119 B
export type IClipboard = new(selector: string, options: { text: string | Function, [key: string]: any}) => IClipboard;