Skip to content

@vtj


@vtj / ui / XStartup

Variable: XStartup

const XStartup: DefineComponent<ExtractPropTypes<{ actionLink: { default: string; type: StringConstructor; }; actionText: { default: string; type: StringConstructor; }; name: { default: string; type: StringConstructor; }; tagline: { default: string; type: StringConstructor; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ actionLink: { default: string; type: StringConstructor; }; actionText: { default: string; type: StringConstructor; }; name: { default: string; type: StringConstructor; }; tagline: { default: string; type: StringConstructor; }; }>> & Readonly<{}>, { actionLink: string; actionText: string; name: string; tagline: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>

Defined in

packages/ui/types/components/startup/Startup.d.ts:2

Released under the MIT License.