Añadir index.d.ts
This commit is contained in:
7
index.d.ts
vendored
Normal file
7
index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface EditorProps {
|
||||
value?: string | (() => string);
|
||||
class?: string;
|
||||
onchange?: (val: string) => void;
|
||||
}
|
||||
|
||||
export const Editor: (props: EditorProps) => HTMLElement;
|
||||
Reference in New Issue
Block a user