mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 01:41:48 +02:00
#391 - New description property
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
export interface BaseFieldProps<T> {
|
||||
label: string;
|
||||
value: T | null;
|
||||
description?: string;
|
||||
required?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user