package cleanup
This commit is contained in:
parent
343eef40fb
commit
33f7d2bad5
4 changed files with 19 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React, {forwardRef} from 'react';
|
||||
import type {StyleSheetProps} from '../hyper';
|
||||
|
||||
const StyleSheet: React.FC<StyleSheetProps> = forwardRef<HTMLStyleElement, StyleSheetProps>((props, ref) => {
|
||||
const StyleSheet = forwardRef<HTMLStyleElement, StyleSheetProps>((props, ref) => {
|
||||
const {borderColor} = props;
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue