5 changed files with 5 additions and 4 deletions
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
import PropTypes from 'prop-types'; |
||||
import React from 'react'; |
||||
import { FC } from 'react'; |
||||
|
||||
export type ColorProps = { |
||||
@ -1,3 +1,4 @@
@@ -1,3 +1,4 @@
|
||||
import React from 'react'; |
||||
import { FC } from 'react'; |
||||
|
||||
export type ImageAssetProps = { |
||||
Loading…
Reference in new issue