mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
merge new into master
This commit is contained in:
9
node_modules/@nsmr/pixelart-react/dist/components/CellularSignal1.d.ts
generated
vendored
Normal file
9
node_modules/@nsmr/pixelart-react/dist/components/CellularSignal1.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
export interface CellularSignal1Props extends React.SVGProps<SVGSVGElement> {
|
||||
size?: number | string;
|
||||
className?: string;
|
||||
}
|
||||
export declare const CellularSignal1: {
|
||||
({ size, className, ...props }: CellularSignal1Props): React.JSX.Element;
|
||||
displayName: string;
|
||||
};
|
||||
Reference in New Issue
Block a user