lnked/react-starter

View on GitHub
src/components/card/types.ts

Summary

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