ktongue's picture
download
raw
532 Bytes
import * as React from 'react';
import { InternalStandardProps as StandardProps } from "../internal/index.js";
export interface NotchedOutlineProps extends StandardProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>> {
disabled?: boolean;
error?: boolean;
focused?: boolean;
label?: React.ReactNode;
notched: boolean;
}
export type NotchedOutlineClassKey = keyof NonNullable<NotchedOutlineProps['classes']>;
declare const NotchedOutline: React.JSXElementConstructor<NotchedOutlineProps>;
export default NotchedOutline;

Xet Storage Details

Size:
532 Bytes
·
Xet hash:
ca528f21d11f6ef87223499040affce08c0b0b249299a79ad397fb91238889ed

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