ktongue's picture
download
raw
411 Bytes
/**
* If `componentProps` is a function, calls it with the provided `ownerState`.
* Otherwise, just returns `componentProps`.
*/
declare function resolveComponentProps<TProps, TOwnerState, TSlotState>(componentProps: TProps | ((ownerState: TOwnerState, slotState?: TSlotState) => TProps) | undefined, ownerState: TOwnerState, slotState?: TSlotState): TProps | undefined;
export default resolveComponentProps;

Xet Storage Details

Size:
411 Bytes
·
Xet hash:
dee2643cbc9858a11d0348af6e4468d8892434d34d26500dd3a2af560ee7a715

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.