UNPKG

tandem-front-end

Version:

Visual editor for web components

244 lines (136 loc) 6.79 kB
import * as React from "react"; type TextProps = { text?: string; } & React.HTMLAttributes<any>; type ElementProps = { ref?: any; } & React.HTMLAttributes<any>; export type BaseArrowDownIconProps = { st0FillGreyProps?: TextProps; } & ElementProps; export type _e186b96e4079Props = BaseArrowDownIconProps; export const ArrowDownIcon: (props: BaseArrowDownIconProps) => any; export type BaseBottomLeftCornerIconProps = {} & ElementProps; export type _38fc2a4711106Props = BaseBottomLeftCornerIconProps; export const BottomLeftCornerIcon: ( props: BaseBottomLeftCornerIconProps ) => any; export type BaseBottomRightCornerIconProps = {} & ElementProps; export type _38fc2a4712335Props = BaseBottomRightCornerIconProps; export const BottomRightCornerIcon: ( props: BaseBottomRightCornerIconProps ) => any; export type BaseBrushIconProps = { basicUiProps?: TextProps; } & ElementProps; export type _38fc2a477419Props = BaseBrushIconProps; export const BrushIcon: (props: BaseBrushIconProps) => any; export type BaseCodeIconProps = {} & ElementProps; export type _38fc2a474961Props = BaseCodeIconProps; export const CodeIcon: (props: BaseCodeIconProps) => any; export type BaseMinusIconProps = { fil0FillGreyProps?: TextProps; } & ElementProps; export type _38fc2a476190Props = BaseMinusIconProps; export const MinusIcon: (props: BaseMinusIconProps) => any; export type BaseMoreIconProps = {} & ElementProps; export type _38fc2a473732Props = BaseMoreIconProps; export const MoreIcon: (props: BaseMoreIconProps) => any; export type BaseOpenIconProps = {} & ElementProps; export type _5b2acf9d22Props = BaseOpenIconProps; export const OpenIcon: (props: BaseOpenIconProps) => any; export type BasePlayIconProps = {} & ElementProps; export type _b0a6d2a231192Props = BasePlayIconProps; export const PlayIcon: (props: BasePlayIconProps) => any; export type BasePlusIconProps = { fil0FillGreyProps?: TextProps; } & ElementProps; export type _8e601d2b23050Props = BasePlusIconProps; export const PlusIcon: (props: BasePlusIconProps) => any; export type BasePointerIconProps = {} & ElementProps; export type _bc641d4124463Props = BasePointerIconProps; export const PointerIcon: (props: BasePointerIconProps) => any; export type BasePuzzleIconProps = {} & ElementProps; export type _bc641d484882Props = BasePuzzleIconProps; export const PuzzleIcon: (props: BasePuzzleIconProps) => any; export type BaseRectangleIconProps = {} & ElementProps; export type _bc641d4118808Props = BaseRectangleIconProps; export const RectangleIcon: (props: BaseRectangleIconProps) => any; export type BaseTextCenterIconProps = {} & ElementProps; export type _38fc2a471274Props = BaseTextCenterIconProps; export const TextCenterIcon: (props: BaseTextCenterIconProps) => any; export type BaseTextLeftIconProps = {} & ElementProps; export type _38fc2a4713564Props = BaseTextLeftIconProps; export const TextLeftIcon: (props: BaseTextLeftIconProps) => any; export type BaseTextIconProps = {} & ElementProps; export type _bc641d4113153Props = BaseTextIconProps; export const TextIcon: (props: BaseTextIconProps) => any; export type BaseTopLeftCornerIconProps = {} & ElementProps; export type _38fc2a479877Props = BaseTopLeftCornerIconProps; export const TopLeftCornerIcon: (props: BaseTopLeftCornerIconProps) => any; export type BaseTopRightCornerIconProps = {} & ElementProps; export type _38fc2a478648Props = BaseTopRightCornerIconProps; export const TopRightCornerIcon: (props: BaseTopRightCornerIconProps) => any; export type BaseTrashIconProps = { delete23Props?: TextProps; createdWithSketchProps?: TextProps; } & ElementProps; export type _38fc2a4714793Props = BaseTrashIconProps; export const TrashIcon: (props: BaseTrashIconProps) => any; export type BaseWandIconProps = {} & ElementProps; export type _38fc2a4716022Props = BaseWandIconProps; export const WandIcon: (props: BaseWandIconProps) => any; export type BaseTextRightIconProps = {} & ElementProps; export type _38fc2a4717251Props = BaseTextRightIconProps; export const TextRightIcon: (props: BaseTextRightIconProps) => any; export type BaseTextJustifyIconProps = {} & ElementProps; export type _38fc2a472503Props = BaseTextJustifyIconProps; export const TextJustifyIcon: (props: BaseTextJustifyIconProps) => any; export type BaseResetIconProps = { resetProps?: TextProps; createdWithSketchProps?: TextProps; } & ElementProps; export type _82eac94a20Props = BaseResetIconProps; export const ResetIcon: (props: BaseResetIconProps) => any; export type BaseJoystickIconProps = {} & ElementProps; export type _1fd9c8366Props = BaseJoystickIconProps; export const JoystickIcon: (props: BaseJoystickIconProps) => any; export type BaseEmptySquareIconProps = {} & ElementProps; export type _8bf103e27Props = BaseEmptySquareIconProps; export const EmptySquareIcon: (props: BaseEmptySquareIconProps) => any; export type BaseBordersIconProps = {} & ElementProps; export type _8bf103e218Props = BaseBordersIconProps; export const BordersIcon: (props: BaseBordersIconProps) => any; export type BaseShadowIconProps = { st0FillNoneStroke000000StrokeWidth3StrokeMiterlimit10Props?: TextProps; } & ElementProps; export type _28fcc84635Props = BaseShadowIconProps; export const ShadowIcon: (props: BaseShadowIconProps) => any; export type BaseInsertIconProps = { testProps?: TextProps; } & ElementProps; export type _64048c6613Props = BaseInsertIconProps; export const InsertIcon: (props: BaseInsertIconProps) => any; export type BaseComponentIconProps = {} & ElementProps; export type _724c3c9e7Props = BaseComponentIconProps; export const ComponentIcon: (props: BaseComponentIconProps) => any; export type BaseCircleIconProps = {} & ElementProps; export type _10f7fc1a7Props = BaseCircleIconProps; export const CircleIcon: (props: BaseCircleIconProps) => any; export type BaseFileIconProps = {} & ElementProps; export type _a6fd80837Props = BaseFileIconProps; export const FileIcon: (props: BaseFileIconProps) => any; export type BaseReplaceIconProps = {} & ElementProps; export type _e387963e1284Props = BaseReplaceIconProps; export const ReplaceIcon: (props: BaseReplaceIconProps) => any; export type BaseDottedBoxIconProps = {} & ElementProps; export type _e387963e7248Props = BaseDottedBoxIconProps; export const DottedBoxIcon: (props: BaseDottedBoxIconProps) => any; export type BasePencilIconProps = { fil0FillBlackProps?: TextProps; } & ElementProps; export type _167105e0666Props = BasePencilIconProps; export const PencilIcon: (props: BasePencilIconProps) => any; export type BaseFolderIconProps = {} & ElementProps; export type _5a14767c667Props = BaseFolderIconProps; export const FolderIcon: (props: BaseFolderIconProps) => any;