interface TextFieldSkeletonProps {
    fullWidth?: boolean;
    rounded?: boolean;
    sx?: SxProps<Theme>;
}

Properties

fullWidth?: boolean
rounded?: boolean
sx?: SxProps<Theme>