feat: expand student archive import template
This commit is contained in:
@@ -24,7 +24,7 @@ export interface EditableCellOption {
|
||||
|
||||
export interface EditableCellProps<Value = unknown> {
|
||||
value: Value;
|
||||
children: React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
editor?: EditableCellEditor;
|
||||
options?: EditableCellOption[];
|
||||
permission?: string;
|
||||
|
||||
Reference in New Issue
Block a user