1
0
Fork 0
react-playground/node_modules/@mui/x-date-pickers/PickersTextField/PickersOutlinedInput/Outline.d.ts
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

11 lines
No EOL
298 B
TypeScript

import * as React from 'react';
interface OutlineProps extends React.HTMLAttributes<HTMLFieldSetElement> {
notched: boolean;
shrink: boolean;
label: React.ReactNode;
}
/**
* @ignore - internal component.
*/
export default function Outline(props: OutlineProps): React.JSX.Element;
export {};