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:
14
node_modules/@radix-ui/react-accessible-icon/dist/index.d.mts
generated
vendored
Normal file
14
node_modules/@radix-ui/react-accessible-icon/dist/index.d.mts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as React from 'react';
|
||||
|
||||
interface AccessibleIconProps {
|
||||
children?: React.ReactNode;
|
||||
/**
|
||||
* The accessible label for the icon. This label will be visually hidden but announced to screen
|
||||
* reader users, similar to `alt` text for `img` tags.
|
||||
*/
|
||||
label: string;
|
||||
}
|
||||
declare const AccessibleIcon: React.FC<AccessibleIconProps>;
|
||||
declare const Root: React.FC<AccessibleIconProps>;
|
||||
|
||||
export { AccessibleIcon, type AccessibleIconProps, Root };
|
||||
Reference in New Issue
Block a user