mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Make exported props non-nullable (#33649)
This commit is contained in:
Vendored
+6
-6
@@ -51,12 +51,12 @@ export interface SortingRule {
|
||||
}
|
||||
|
||||
export interface TableProps<D = any, ResolvedData = D> extends
|
||||
Partial<TextProps>,
|
||||
Partial<ComponentDecoratorProps>,
|
||||
Partial<ControlledStateCallbackProps>,
|
||||
Partial<PivotingProps>,
|
||||
Partial<ControlledStateOverrideProps>,
|
||||
Partial<ComponentProps> {
|
||||
TextProps,
|
||||
ComponentDecoratorProps,
|
||||
ControlledStateCallbackProps,
|
||||
PivotingProps,
|
||||
ControlledStateOverrideProps,
|
||||
ComponentProps {
|
||||
/** Default: [] */
|
||||
data: D[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user