mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Extract components and shapes into their respective modules (#212)
This commit is contained in:
parent
86a1c29eec
commit
054669cfef
5 changed files with 153 additions and 147 deletions
|
@ -10,7 +10,7 @@ type Props = {
|
|||
onChange: (value: string) => void;
|
||||
};
|
||||
|
||||
export default class EditableText extends Component<Props, InputState> {
|
||||
export class EditableText extends Component<Props, InputState> {
|
||||
constructor(props: Props) {
|
||||
super(props);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue