import ITrigger from "ft3d/lib/interface/ITrigger"; import React from "react"; export type TriggerProps = Partial & { children?: React.ReactNode; };