mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 18:53:02 +00:00
merge new into master
This commit is contained in:
10
node_modules/@radix-ui/react-label/dist/index.d.ts
generated
vendored
Normal file
10
node_modules/@radix-ui/react-label/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { Primitive } from '@radix-ui/react-primitive';
|
||||
|
||||
type PrimitiveLabelProps = React.ComponentPropsWithoutRef<typeof Primitive.label>;
|
||||
interface LabelProps extends PrimitiveLabelProps {
|
||||
}
|
||||
declare const Label: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>;
|
||||
declare const Root: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>;
|
||||
|
||||
export { Label, type LabelProps, Root };
|
||||
Reference in New Issue
Block a user