lnked/react-starter

View on GitHub
src/fragments/fetching/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface P {
    pending?: boolean;
    children?: JSX.Element[] | JSX.Element | any;
}