interface Component<F> {
    flags: TypeFromPartialBitSchema<F>;
    methods: {};
}

Type Parameters

Properties

Properties

methods: {}